aboutsummaryrefslogtreecommitdiffstats
path: root/games/speyes
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2008-07-23 16:20:10 +0800
committerflz <flz@FreeBSD.org>2008-07-23 16:20:10 +0800
commitdfb59c6526b9c5b849a125f551f6da512343fe10 (patch)
tree25546e5025de16e8c1a91361b51b02685f70cd3a /games/speyes
parent8d466a964823c1f3be3138149aa47886cf3e9560 (diff)
downloadfreebsd-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/Makefile2
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>