diff options
Diffstat (limited to 'package/x11r7/xapp_xstdcmap')
-rw-r--r-- | package/x11r7/xapp_xstdcmap/xapp_xstdcmap.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xstdcmap/xapp_xstdcmap.mk b/package/x11r7/xapp_xstdcmap/xapp_xstdcmap.mk index e33a51e07..5f32ea4de 100644 --- a/package/x11r7/xapp_xstdcmap/xapp_xstdcmap.mk +++ b/package/x11r7/xapp_xstdcmap/xapp_xstdcmap.mk @@ -9,4 +9,4 @@ XAPP_XSTDCMAP_SOURCE = xstdcmap-$(XAPP_XSTDCMAP_VERSION).tar.bz2 XAPP_XSTDCMAP_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XSTDCMAP_DEPENDENCIES = xlib_libX11 xlib_libXmu -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |