diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 14:23:17 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 14:23:17 +0000 |
commit | 1451eb3303b363e48a82ace100420aae43b912d7 (patch) | |
tree | 12f5727572cb4594880b58867e6170f217fffc20 /sysutils/nvtv | |
parent | c4ecccbf781cafd3202b699ad717db2e1f387921 (diff) | |
download | ports-1451eb3303b363e48a82ace100420aae43b912d7.tar.gz ports-1451eb3303b363e48a82ace100420aae43b912d7.zip |
Respect X11BASE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=178472
Diffstat (limited to 'sysutils/nvtv')
-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 |