diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-07-22 21:55:48 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-07-22 21:55:48 +0000 |
commit | b874e7ee7b92236a4b61e2f6ac46e5c58f0427a9 (patch) | |
tree | 17f00ac033b5c10d549ca250f9592aec71e831d0 /games | |
parent | 6b4061ba0aed9b6c4ac5e455d3feebdbc676fd58 (diff) | |
download | ports-b874e7ee7b92236a4b61e2f6ac46e5c58f0427a9.tar.gz ports-b874e7ee7b92236a4b61e2f6ac46e5c58f0427a9.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/actx/Makefile | 2 | ||||
-rw-r--r-- | games/xscrabble/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/actx/Makefile b/games/actx/Makefile index 5ac45b1499f7..a60e5e474a8f 100644 --- a/games/actx/Makefile +++ b/games/actx/Makefile @@ -17,7 +17,7 @@ COMMENT= Window sitter for X11 NO_CDROM= 'contains commercial character data' USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xaw MAN1= actx.1 MANLANG= "" ja 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 |