diff options
author | eadler <eadler@FreeBSD.org> | 2011-12-26 10:26:46 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-12-26 10:26:46 +0800 |
commit | 7001cebc0d698db5889e974710fa7f2c6b25e306 (patch) | |
tree | fd1265210e80590f37873f0d8d69460f0bf92e17 /multimedia/fxtv | |
parent | c449baf7e59d0f93b6f3d601ec7786fa913dd117 (diff) | |
download | freebsd-ports-gnome-7001cebc0d698db5889e974710fa7f2c6b25e306.tar.gz freebsd-ports-gnome-7001cebc0d698db5889e974710fa7f2c6b25e306.tar.zst freebsd-ports-gnome-7001cebc0d698db5889e974710fa7f2c6b25e306.zip |
- X11BASE is going away. Hack the last few ports that depend on X11BASE to not rely on it being set globally.
Approved by: portmgr (pav)
Diffstat (limited to 'multimedia/fxtv')
-rw-r--r-- | multimedia/fxtv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 7afdf3fbdba3..3b20c489f923 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -19,6 +19,7 @@ COMMENT= X-based TV Display and Capture Application (for use with bt848 driver) LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d +MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= ice sm x11 xaw xext xmu xt xpm xxf86vm xxf86dga USE_GMAKE= yes MAKE_FLAGS= -e |