diff options
author | flz <flz@FreeBSD.org> | 2008-07-23 05:55:48 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-07-23 05:55:48 +0800 |
commit | a9159e464c0588e2bc843115cbf0ddcf272447b5 (patch) | |
tree | 8d7d37454f7cb6f068fb6b9c8df83655daba0ce7 /games/xscrabble | |
parent | c80138e876b49353e037b17d68e3159df76115f5 (diff) | |
download | freebsd-ports-gnome-a9159e464c0588e2bc843115cbf0ddcf272447b5.tar.gz freebsd-ports-gnome-a9159e464c0588e2bc843115cbf0ddcf272447b5.tar.zst freebsd-ports-gnome-a9159e464c0588e2bc843115cbf0ddcf272447b5.zip |
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by: portmgr (self)
Diffstat (limited to 'games/xscrabble')
-rw-r--r-- | games/xscrabble/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index 9c7c4ebcc3d2..988bed5bc437 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -16,7 +16,7 @@ COMMENT= X version of the popular board game USE_BZIP2= yes USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xaw NO_INSTALL_MANPAGES= yes XSCRABBLEDIR= ${PREFIX}/lib/X11/xscrabble |