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-clocks/eyeclock | |
parent | 1deec931c9ad726b6e1aa14bc6f2237a1ba54a59 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=288028
Diffstat (limited to 'x11-clocks/eyeclock')
-rw-r--r-- | x11-clocks/eyeclock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-clocks/eyeclock/Makefile b/x11-clocks/eyeclock/Makefile index 601dfc9f3576..2e0732c7dfe6 100644 --- a/x11-clocks/eyeclock/Makefile +++ b/x11-clocks/eyeclock/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A clock with eyes following the mouse pointer WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= x11 xau xdmcp xpm xt ice MAN1= eyeclock.1 |