diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 17:07:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 17:07:24 +0800 |
commit | 0d9a3ba20e67d57789b70884273f4ee7ff0d9d99 (patch) | |
tree | 0873b9bae48c5a80efd75d836b3d5fc1733d20c1 /games/lincity | |
parent | db787962a4d058ac3aa2ac3bc0464b25d0458321 (diff) | |
download | freebsd-ports-gnome-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.tar.gz freebsd-ports-gnome-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.tar.zst freebsd-ports-gnome-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.zip |
A few more USE_XLIBs.
Diffstat (limited to 'games/lincity')
-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 |