aboutsummaryrefslogtreecommitdiff
path: root/audio/terminatorx
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-02 19:22:57 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-02 19:22:57 +0000
commit5175c135c0288e6bd7515f357bf4d1b2043874c0 (patch)
treed411bb69e4ded43daf1a4ebb2f3d004e778d1d81 /audio/terminatorx
parentbc1731c7fd39fc27135cacbf60753707b2ef70f8 (diff)
downloadports-5175c135c0288e6bd7515f357bf4d1b2043874c0.tar.gz
ports-5175c135c0288e6bd7515f357bf4d1b2043874c0.zip
Move USE_X_PREFIX before bsd.port.pre.mk
Notes
Notes: svn path=/head/; revision=72283
Diffstat (limited to 'audio/terminatorx')
-rw-r--r--audio/terminatorx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile
index 4ae6afa521d7..b859b3f7d960 100644
--- a/audio/terminatorx/Makefile
+++ b/audio/terminatorx/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
USE_GNOMENG= yes
+USE_X_PREFIX= yes
USE_GNOME= gnomehier gnomelibs
CONFIGURE_ARGS+= --disable-gtk2
@@ -37,7 +38,6 @@ CONFIGURE_ARGS+= --enable-mad
GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-USE_X_PREFIX= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \