diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
commit | 03d5b496f6a644331f4055abccd56c4d5ea86eeb (patch) | |
tree | f78930d005d06507c6edcbe7fd57749db5575869 /games/freeciv-gtk2 | |
parent | No need to use += for variable defined only once. (diff) |
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
Notes
Notes:
svn path=/head/; revision=13144
Diffstat (limited to 'games/freeciv-gtk2')
-rw-r--r-- | games/freeciv-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index d42978569797..3809e75e47ba 100644 --- a/games/freeciv-gtk2/Makefile +++ b/games/freeciv-gtk2/Makefile @@ -3,7 +3,7 @@ # Date created: Jun 20 1997 # Whom: ada@bsd.org # -# $Id: Makefile,v 1.9 1998/06/10 18:54:36 mph Exp $ +# $Id: Makefile,v 1.10 1998/08/19 03:27:11 jseger Exp $ # DISTNAME= freeciv-1.7.0 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://www.freeciv.org/pub/freeciv/ MAINTAINER= ada@bsd.org -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |