diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 19:13:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 19:13:39 +0800 |
commit | 68221444daa013e684b5334d37d55565175fed1d (patch) | |
tree | d96610714a6438be01ab49cf89bf0ca0c57ef0d2 /games/freeciv | |
parent | a79cffbbecebeb653045fb194e0cbd2bbf0cbdb2 (diff) | |
download | freebsd-ports-gnome-68221444daa013e684b5334d37d55565175fed1d.tar.gz freebsd-ports-gnome-68221444daa013e684b5334d37d55565175fed1d.tar.zst freebsd-ports-gnome-68221444daa013e684b5334d37d55565175fed1d.zip |
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index d42978569797..3809e75e47ba 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/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 |