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 /games/xblood | |
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 'games/xblood')
-rw-r--r-- | games/xblood/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xblood/Makefile b/games/xblood/Makefile index f28a58cacdab..24a302027e41 100644 --- a/games/xblood/Makefile +++ b/games/xblood/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://kozos.jp/myfreesoft/ MAINTAINER= ports@FreeBSD.org COMMENT= Makes the root window bloody +MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= x11 MAN1= xblood.1 MANCOMPRESSED= yes |