aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-06-10 09:49:46 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-06-10 09:49:46 +0800
commit8db9ec5f06bea9d19b6c2363a2d58a11e88dd6be (patch)
treea3d34dc859131e7477bfdef57fd5d40b5fe94f76 /editors
parent07e7c915e60fcb1ac0450ced2e516e7764ee0c79 (diff)
downloadfreebsd-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/Makefile2
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}"