aboutsummaryrefslogtreecommitdiffstats
path: root/editors/gnuserv/Makefile
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-06-08 12:40:23 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-06-08 12:40:23 +0800
commit79d9ff8ec9b9350aac4ea038e7ee7aa6a146c465 (patch)
treee3736daf984c1803597b737b72f09870f8573cbc /editors/gnuserv/Makefile
parent5746b539d7e152c00cc7fe42c55000de59bee7a7 (diff)
downloadfreebsd-ports-gnome-79d9ff8ec9b9350aac4ea038e7ee7aa6a146c465.tar.gz
freebsd-ports-gnome-79d9ff8ec9b9350aac4ea038e7ee7aa6a146c465.tar.zst
freebsd-ports-gnome-79d9ff8ec9b9350aac4ea038e7ee7aa6a146c465.zip
- Fix buil with custom LOCALBASE/PREFIX
Reported by: QATy Submitted by: sahil@tithonus.cs.brandeis.edu (via irc in #qatty)
Diffstat (limited to 'editors/gnuserv/Makefile')
-rw-r--r--editors/gnuserv/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile
index 0f873b3918b5..02a3dc6d48e0 100644
--- a/editors/gnuserv/Makefile
+++ b/editors/gnuserv/Makefile
@@ -27,6 +27,8 @@ USE_EMACS= yes
BROKEN= Configure fails without X support
.endif
+CONFIGURE_ARGS+= --x-includes=${PREFIX}/include --x-libraries=${PREFIX}/lib
+
# configure --program-suffix doesn't work somehow
MAKE_ARGS= binsuffix="${BINSUFFIX}"