summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2006-12-01 14:23:17 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2006-12-01 14:23:17 +0000
commit1451eb3303b363e48a82ace100420aae43b912d7 (patch)
tree12f5727572cb4594880b58867e6170f217fffc20
parent- Update to 2.1 (diff)
Respect X11BASE
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=178472
-rw-r--r--editors/gnuserv/Makefile1
-rw-r--r--sysutils/nvtv/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile
index b2012cf2fc2d..d3e394ee6684 100644
--- a/editors/gnuserv/Makefile
+++ b/editors/gnuserv/Makefile
@@ -27,6 +27,7 @@ BROKEN= Configure fails without X support
# configure --program-suffix doesn't work somehow
MAKE_ARGS= binsuffix="${BINSUFFIX}"
+CONFIGURE_ARGS+= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
PORTDOCDIR= share/doc/gnuserv-${EMACS_PORT_NAME}
MAN1= gnuserv${BINSUFFIX}.1
diff --git a/sysutils/nvtv/Makefile b/sysutils/nvtv/Makefile
index 7158cf9f1087..508088d74fe6 100644
--- a/sysutils/nvtv/Makefile
+++ b/sysutils/nvtv/Makefile
@@ -22,6 +22,7 @@ ONLY_FOR_ARCHS= i386
CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS+= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
GNU_CONFIGURE= yes
USE_GETOPT_LONG= yes