diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-10 18:54:40 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-10 18:54:40 +0000 |
commit | a198e601418906826285f0936a6658610e188e20 (patch) | |
tree | e3db6262ab837a761c1c1210f51e3de4bda9e63c /games/freeciv/Makefile | |
parent | Activate gimp-manual. (diff) |
Upgrade to version 1.6.3.
Notes
Notes:
svn path=/head/; revision=11378
Diffstat (limited to '')
-rw-r--r-- | games/freeciv/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index ba8d41da6e9c..70f8507cfe03 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: freeciv -# Version required: 1.54 +# Version required: 1.6.3 # Date created: Jun 20 1997 # Whom: ada@bsd.org # -# $Id: Makefile,v 1.7 1998/03/12 01:43:49 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/05/05 22:12:42 mph Exp $ # -DISTNAME= freeciv154 -PKGNAME= freeciv-1.54 +DISTNAME= freeciv-1.6.3 CATEGORIES= games MASTER_SITES= ftp://freeciv.ultraviolet.org/pub/freeciv/ @@ -15,7 +14,6 @@ MAINTAINER= ada@bsd.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -WRKSRC= ${WRKDIR}/freeciv USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |