diff options
author | reg <reg@FreeBSD.org> | 2000-10-05 06:36:23 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-05 06:36:23 +0000 |
commit | 97830337b8c0333a12d15a49ea1f9c9cdc3dfddf (patch) | |
tree | a059ae14b97a6e427c4c5a801e98bb245e73742e /audio/xmms-tfmx/Makefile | |
parent | 38d35e3db9111f42b79313f05731c75e6e55d7e8 (diff) | |
download | FreeBSD-ports-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.zip FreeBSD-ports-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.tar.gz |
Implement USE_GTK, part 1.
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 e446bad..f605749 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> |