diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:36:23 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:36:23 +0000 |
commit | fda2e985daa21bcac7cf4e4882e560933d7ad5e8 (patch) | |
tree | 4ccb4a868e97ff347416395233e3825776b24951 /audio/xmms-tfmx | |
parent | Implement USE_GLIB. (diff) |
Implement USE_GTK, part 1.
Diffstat (limited to 'audio/xmms-tfmx')
-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> |