diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-02 19:22:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-02 19:22:57 +0000 |
commit | 5175c135c0288e6bd7515f357bf4d1b2043874c0 (patch) | |
tree | d411bb69e4ded43daf1a4ebb2f3d004e778d1d81 /audio/terminatorx | |
parent | upgrade to 1.2.7 (diff) |
Move USE_X_PREFIX before bsd.port.pre.mk
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/Makefile | 2 |
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" \ |