summaryrefslogtreecommitdiff
path: root/audio/xmms-tfmx
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
commitfda2e985daa21bcac7cf4e4882e560933d7ad5e8 (patch)
tree4ccb4a868e97ff347416395233e3825776b24951 /audio/xmms-tfmx
parentImplement USE_GLIB. (diff)
Implement USE_GTK, part 1.
Notes
Notes: svn path=/head/; revision=33424
Diffstat (limited to 'audio/xmms-tfmx')
-rw-r--r--audio/xmms-tfmx/Makefile8
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>