aboutsummaryrefslogtreecommitdiff
path: root/editors/gnuserv
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-08 04:40:23 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-08 04:40:23 +0000
commit719043da101cb943517886d7bbb51ed3f43f083a (patch)
tree46321e3778e6280e393f71e5e7d584b032b93ef8 /editors/gnuserv
parentde83f0b16f8ba23af78ab5dc1c5eaf31ef44a8bf (diff)
downloadports-719043da101cb943517886d7bbb51ed3f43f083a.tar.gz
ports-719043da101cb943517886d7bbb51ed3f43f083a.zip
- Fix buil with custom LOCALBASE/PREFIX
Reported by: QATy Submitted by: sahil@tithonus.cs.brandeis.edu (via irc in #qatty)
Notes
Notes: svn path=/head/; revision=235408
Diffstat (limited to 'editors/gnuserv')
-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}"