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 /sysutils | |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nvtv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |