diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /games/freeciv/Makefile | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) |
Notes
Diffstat (limited to 'games/freeciv/Makefile')
-rw-r--r-- | games/freeciv/Makefile | 4 |
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 |