Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2013 20:47:03 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330187 - head/games/freeciv
Message-ID:  <201310122047.r9CKl3oL052457@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310122047.r9CKl3oL052457>