diff options
author | flz <flz@FreeBSD.org> | 2008-07-23 16:20:10 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-07-23 16:20:10 +0800 |
commit | dfb59c6526b9c5b849a125f551f6da512343fe10 (patch) | |
tree | 25546e5025de16e8c1a91361b51b02685f70cd3a /games/speyes | |
parent | 8d466a964823c1f3be3138149aa47886cf3e9560 (diff) | |
download | freebsd-ports-gnome-dfb59c6526b9c5b849a125f551f6da512343fe10.tar.gz freebsd-ports-gnome-dfb59c6526b9c5b849a125f551f6da512343fe10.tar.zst freebsd-ports-gnome-dfb59c6526b9c5b849a125f551f6da512343fe10.zip |
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by: portmgr (self)
Diffstat (limited to 'games/speyes')
-rw-r--r-- | games/speyes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/speyes/Makefile b/games/speyes/Makefile index 13ca504a68b8..82af22b2e0a1 100644 --- a/games/speyes/Makefile +++ b/games/speyes/Makefile @@ -16,6 +16,6 @@ COMMENT= WindowMaker dockapp/xeyes clone using SouthPark characters PLIST_FILES= bin/speyes USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xpm xmu .include <bsd.port.mk> |