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 /x11-wm | |
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 'x11-wm')
-rw-r--r-- | x11-wm/nickleby/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/nickleby/Makefile b/x11-wm/nickleby/Makefile index 8735d5bfbd08..311437f5b05c 100644 --- a/x11-wm/nickleby/Makefile +++ b/x11-wm/nickleby/Makefile @@ -15,6 +15,7 @@ COMMENT= Simple window manager MAN1= nickleby.1 MANCOMPRESSED= yes +MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= x11 PLIST_FILES= bin/nickleby |