diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-22 17:36:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-22 17:36:57 +0000 |
commit | 4d1085d79477b716fa7d1eefc145b4da00f61fa3 (patch) | |
tree | a125f5d284d87d52cc7e7aab1f2c0a139983db38 /games/wesnoth | |
parent | eb6691b9223a6ed8090f5d2b54ed095d36bb4c77 (diff) | |
download | ports-4d1085d79477b716fa7d1eefc145b4da00f61fa3.tar.gz ports-4d1085d79477b716fa7d1eefc145b4da00f61fa3.zip |
Chase the fribidi shared lib bump.
Notes
Notes:
svn path=/head/; revision=240112
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 6c6798e2c84f..c32a155ab2f9 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -7,6 +7,7 @@ PORTNAME= wesnoth PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.6/${PORTNAME}-${PORTVERSION} \ http://www.wesnoth.org/files/ @@ -70,7 +71,7 @@ PLIST_SUB+= EDITOR="" .if defined(WITHOUT_FRIBIDI) CONFIGURE_ARGS+= --without-fribidi .else -LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi +LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi .endif .if defined(WITHOUT_NLS) |