diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-01 22:23:17 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-01 22:23:17 +0800 |
commit | ec34f41384b8d6edf16acf2daffbbefd30a0b179 (patch) | |
tree | 80190498c761b5b43105490daca7b6478cffc896 | |
parent | 23b0fc04cbceee5a968650aa8fc0ec744a0ea770 (diff) | |
download | freebsd-ports-gnome-ec34f41384b8d6edf16acf2daffbbefd30a0b179.tar.gz freebsd-ports-gnome-ec34f41384b8d6edf16acf2daffbbefd30a0b179.tar.zst freebsd-ports-gnome-ec34f41384b8d6edf16acf2daffbbefd30a0b179.zip |
Respect X11BASE
Reported by: pointyhat
-rw-r--r-- | editors/gnuserv/Makefile | 1 | ||||
-rw-r--r-- | sysutils/nvtv/Makefile | 1 |
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 |