diff options
Diffstat (limited to 'package/x11r7/xapp_viewres')
-rw-r--r-- | package/x11r7/xapp_viewres/xapp_viewres.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_viewres/xapp_viewres.mk b/package/x11r7/xapp_viewres/xapp_viewres.mk index 69d8598d3..622dcd9f4 100644 --- a/package/x11r7/xapp_viewres/xapp_viewres.mk +++ b/package/x11r7/xapp_viewres/xapp_viewres.mk @@ -9,4 +9,4 @@ XAPP_VIEWRES_SOURCE = viewres-$(XAPP_VIEWRES_VERSION).tar.bz2 XAPP_VIEWRES_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_VIEWRES_DEPENDENCIES = xlib_libXaw -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |