diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-10 09:49:46 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-10 09:49:46 +0800 |
commit | 8db9ec5f06bea9d19b6c2363a2d58a11e88dd6be (patch) | |
tree | a3d34dc859131e7477bfdef57fd5d40b5fe94f76 /editors | |
parent | 07e7c915e60fcb1ac0450ced2e516e7764ee0c79 (diff) | |
download | freebsd-ports-gnome-8db9ec5f06bea9d19b6c2363a2d58a11e88dd6be.tar.gz freebsd-ports-gnome-8db9ec5f06bea9d19b6c2363a2d58a11e88dd6be.tar.zst freebsd-ports-gnome-8db9ec5f06bea9d19b6c2363a2d58a11e88dd6be.zip |
- s/PREFIX/LOCALBASE/g foobared the previous commit
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnuserv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index 02a3dc6d48e0..442b61907863 100644 --- a/editors/gnuserv/Makefile +++ b/editors/gnuserv/Makefile @@ -27,7 +27,7 @@ USE_EMACS= yes BROKEN= Configure fails without X support .endif -CONFIGURE_ARGS+= --x-includes=${PREFIX}/include --x-libraries=${PREFIX}/lib +CONFIGURE_ARGS+= --x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/lib # configure --program-suffix doesn't work somehow MAKE_ARGS= binsuffix="${BINSUFFIX}" |