svn commit: r330187 - head/games/freeciv
Johan van Selst
johans at FreeBSD.org
Sat Oct 12 20:47:03 UTC 2013
Author: johans
Date: Sat Oct 12 20:47:03 2013
New Revision: 330187
URL: http://svnweb.freebsd.org/changeset/ports/330187
Log:
- Add missing dependency
- Bump PORTREVISION
Submitted by: Michael Jochimsen <mlj at troglodytics.org>
Modified:
head/games/freeciv/Makefile
Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile Sat Oct 12 20:29:58 2013 (r330186)
+++ head/games/freeciv/Makefile Sat Oct 12 20:47:03 2013 (r330187)
@@ -3,6 +3,7 @@
PORTNAME= freeciv
PORTVERSION= 2.4.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION}
@@ -33,6 +34,7 @@ IGNORE= cannot use SDL without X11: re-
.if ${PORT_OPTIONS:MX11}
LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff \
libpng15.so:${PORTSDIR}/graphics/png \
+ libcurl.so:${PORTSDIR}/ftp/curl \
libggz.so:${PORTSDIR}/games/libggz \
libggz-gtk.so:${PORTSDIR}/games/ggz-gtk-client \
libggzcore.so:${PORTSDIR}/games/ggz-client-libs \
More information about the svn-ports-all
mailing list