diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-21 08:07:59 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-21 08:07:59 +0000 |
commit | e74ffecde5378c7e532d75ccb394a5996f9c3757 (patch) | |
tree | 45ba6eb91f81bfc9b952cc4c1f251eddaa7d21f5 /games/freeciv | |
parent | 174f23f5423476bb29d8968e9371455e71525fca (diff) | |
download | ports-e74ffecde5378c7e532d75ccb394a5996f9c3757.tar.gz ports-e74ffecde5378c7e532d75ccb394a5996f9c3757.zip |
Notes
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index ea42412b337d..cbb0da600d8a 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -7,6 +7,7 @@ PORTNAME= freeciv PORTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ SF @@ -28,7 +29,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png USE_XPM= yes WANT_GNOME= yes -CONFIGURE_ENV+= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" +CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}" PLIST_SUB+= X11="" .endif |