aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2006-09-21 16:07:59 +0800
committerstas <stas@FreeBSD.org>2006-09-21 16:07:59 +0800
commit7cc8a3177c4cde4c93653f85822181827f44e135 (patch)
treee224137cef6c7006c280b81545f6532b3009279a /games
parenta11445de2d3659247e922b1743f6e3e0b5455c2f (diff)
downloadfreebsd-ports-gnome-7cc8a3177c4cde4c93653f85822181827f44e135.tar.gz
freebsd-ports-gnome-7cc8a3177c4cde4c93653f85822181827f44e135.tar.zst
freebsd-ports-gnome-7cc8a3177c4cde4c93653f85822181827f44e135.zip
- Fix SDL-dependent ports broken by last update.
Approved by: kris (portmgr), sem (mentor)
Diffstat (limited to 'games')
-rw-r--r--games/freeciv/Makefile3
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