diff options
Diffstat (limited to 'audio/xmms-tfmx/Makefile')
-rw-r--r-- | audio/xmms-tfmx/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/xmms-tfmx/Makefile b/audio/xmms-tfmx/Makefile index e446bada6a45..f605749ebb5e 100644 --- a/audio/xmms-tfmx/Makefile +++ b/audio/xmms-tfmx/Makefile @@ -15,11 +15,9 @@ MAINTAINER= anders@fix.no LIB_DEPENDS= xmms.1:${PORTSDIR}/audio/xmms -USE_LIBTOOL= yes +USE_X_PREFIX= yes USE_GMAKE= yes - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +USE_GTK= yes +USE_LIBTOOL= yes .include <bsd.port.mk> |