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-clocks/wmbday | |
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-clocks/wmbday')
-rw-r--r-- | x11-clocks/wmbday/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/wmbday/Makefile b/x11-clocks/wmbday/Makefile index a13ed428bfc4..aa3b01fafbec 100644 --- a/x11-clocks/wmbday/Makefile +++ b/x11-clocks/wmbday/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage HAS_CONFIGURE= yes MAKEFILE= BSDmakefile -MAKE_ENV+= ${CONFIGURE_ENV} +MAKE_ENV+= ${CONFIGURE_ENV} X11BASE=${LOCALBASE} MAN1= wmbday.1 MANCOMPRESSED= yes |