diff options
author | arved <arved@FreeBSD.org> | 2003-01-03 03:22:57 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-03 03:22:57 +0800 |
commit | ba311154acd85dd374548a038fbf56fabe65d920 (patch) | |
tree | 9b0766ea34accf0631ee199f5a5a8ae932b12ce6 /audio/terminatorx | |
parent | 8c0ae370ef4618505977363d94db5b2e0caad39a (diff) | |
download | freebsd-ports-gnome-ba311154acd85dd374548a038fbf56fabe65d920.tar.gz freebsd-ports-gnome-ba311154acd85dd374548a038fbf56fabe65d920.tar.zst freebsd-ports-gnome-ba311154acd85dd374548a038fbf56fabe65d920.zip |
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" \ |