summaryrefslogtreecommitdiff
path: root/games/freeciv
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:38:15 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:38:15 +0000
commit15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch)
tree320f49e86d38a480aace5bd0e27c34d6c8f75c2c /games/freeciv
parentMake D-BUS support optional (diff)
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=368356
Diffstat (limited to 'games/freeciv')
-rw-r--r--games/freeciv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index 371d785309c1..4417fae9bd6b 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -11,11 +11,11 @@ MAINTAINER= johans@FreeBSD.org
COMMENT= Free turn-based multiplayer strategy
RUN_DEPENDS= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libcurl.so:${PORTSDIR}/ftp/curl
USES= gettext gmake iconv libtool pkgconfig tar:bzip2 python
USE_SQLITE= yes
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include