aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorlaszlof <laszlof@FreeBSD.org>2006-12-01 22:14:47 +0800
committerlaszlof <laszlof@FreeBSD.org>2006-12-01 22:14:47 +0800
commitba9cbc0e3cfa075551472dbd748f3aca40565842 (patch)
tree40b7098afc34f4c0a6a6d31e034f6f578e0db690 /editors
parent0ffc9137c1bdd99f55ce334cee8f857e111747bb (diff)
downloadfreebsd-ports-gnome-ba9cbc0e3cfa075551472dbd748f3aca40565842.tar.gz
freebsd-ports-gnome-ba9cbc0e3cfa075551472dbd748f3aca40565842.tar.zst
freebsd-ports-gnome-ba9cbc0e3cfa075551472dbd748f3aca40565842.zip
Respect X11BASE
Reported by: pointyhat
Diffstat (limited to 'editors')
-rw-r--r--editors/gnuserv-emacs20/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/gnuserv-emacs20/Makefile b/editors/gnuserv-emacs20/Makefile
index cf02f75a806c..c0b3abcc5a34 100644
--- a/editors/gnuserv-emacs20/Makefile
+++ b/editors/gnuserv-emacs20/Makefile
@@ -13,5 +13,7 @@ MASTERDIR= ${.CURDIR}/../gnuserv
# emacs port setup
USE_EMACS= yes
EMACS_PORT_NAME= emacs20
+CONFIGURE_ARGS+= --x-includes=${X11BASE}/includes \
+ --x-libraries=${X11BASE}/lib
.include "${MASTERDIR}/Makefile"