diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
commit | f22feb535b65ee52eebe6334a7e442a9da6e8eb8 (patch) | |
tree | 933d73267b162cfaafe154e686904d99798b5fbe /games | |
parent | LIB_DEPENDS on Xpm. (diff) |
A few more USE_XLIBs.
Notes
Notes:
svn path=/head/; revision=14938
Diffstat (limited to 'games')
-rw-r--r-- | games/lincity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile index 0032354a09c2..623c84bb3ec2 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -3,7 +3,7 @@ # Date created: 13 Feb 1997 # Whom: Julian Assange # -# $Id: Makefile,v 1.2 1997/10/29 03:20:31 dima Exp $ +# $Id: Makefile,v 1.3 1998/09/28 02:10:29 steve Exp $ # DISTNAME= lincity109 @@ -14,6 +14,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= proff@iq.org +USE_XLIB= yes USE_GMAKE= yes ALL_TARGET= freebsd MAN6= lincity.6 |