diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-12-26 02:26:46 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-12-26 02:26:46 +0000 |
commit | 9fc218a6394bc079652c0b6ccf54be4624270709 (patch) | |
tree | 32ef60cac56b8e6bbc0645998453bcdeef7b9220 /x11-wm/nickleby | |
parent | 1deec931c9ad726b6e1aa14bc6f2237a1ba54a59 (diff) | |
download | freebsd-ports-9fc218a6394bc079652c0b6ccf54be4624270709.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/nickleby')
-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 |