diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-07-22 20:10:21 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-07-22 20:10:21 +0000 |
commit | e0e1bbb822f6383af2023e5a66d4540730260109 (patch) | |
tree | 35104fba522201f1ab978039bc9fb8981c3c2349 /games/xtic | |
parent | Fix pkg_list to remove sr@latin directories on deinstall. (diff) |
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by: portmgr (self)
Diffstat (limited to 'games/xtic')
-rw-r--r-- | games/xtic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xtic/Makefile b/games/xtic/Makefile index 16a9a4c6d26f..58d96f1997e2 100644 --- a/games/xtic/Makefile +++ b/games/xtic/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An X version of a simple but tricky board game USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xaw MAN1= xtic.1 PLIST_FILES= bin/xtic |