diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-12-09 15:34:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-12-09 15:34:45 +0000 |
commit | 7fa182a3302329cd966b6ff5d53c14bbd8c7973b (patch) | |
tree | a97c09ea36e0a1533a63d17af7c1570b5599cba6 /games | |
parent | Back out my change from Oct.26, this was a misconfigured hack and should (diff) |
Needs USE_XLIB.
Found by: bento
Notes
Notes:
svn path=/head/; revision=23674
Diffstat (limited to 'games')
-rw-r--r-- | games/xshipwars-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xshipwars-client/Makefile b/games/xshipwars-client/Makefile index e6ccc6a903f7..684492774512 100644 --- a/games/xshipwars-client/Makefile +++ b/games/xshipwars-client/Makefile @@ -14,7 +14,7 @@ DISTFILES= xsw1.23.tgz stimages1.3.tgz MAINTAINER= troll@digitalspark.net WRKSRC= ${WRKDIR}/xsw1.23/client - +USE_XLIB= YES USE_GMAKE= YES MAKEFILE= Makefile.FreeBSD |