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 | |
parent | 1deec931c9ad726b6e1aa14bc6f2237a1ba54a59 (diff) | |
download | ports-9fc218a6394bc079652c0b6ccf54be4624270709.tar.gz ports-9fc218a6394bc079652c0b6ccf54be4624270709.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/eyeclock/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/wmbday/Makefile | 2 |
2 files changed, 2 insertions, 1 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 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 |