diff options
author | flz <flz@FreeBSD.org> | 2008-07-23 04:10:21 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-07-23 04:10:21 +0800 |
commit | 1e3447d2f151bbed9d0fb99b0eabcc1107b39990 (patch) | |
tree | fa3db523a085f983d5f0aadbf4340d53df0bfd67 /games/xquarto | |
parent | 435a6d8688d54ffa12f91e098eb909de51010b99 (diff) | |
download | freebsd-ports-gnome-1e3447d2f151bbed9d0fb99b0eabcc1107b39990.tar.gz freebsd-ports-gnome-1e3447d2f151bbed9d0fb99b0eabcc1107b39990.tar.zst freebsd-ports-gnome-1e3447d2f151bbed9d0fb99b0eabcc1107b39990.zip |
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by: portmgr (self)
Diffstat (limited to 'games/xquarto')
-rw-r--r-- | games/xquarto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xquarto/Makefile b/games/xquarto/Makefile index bc9bc4e968eb..ee495b90acd1 100644 --- a/games/xquarto/Makefile +++ b/games/xquarto/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X version of simple but tricky board game USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xaw MAN6= xquarto.6 PLIST_FILES= bin/xquarto |