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-devel | |
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-devel')
-rw-r--r-- | games/wesnoth-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile index 1f4a612ca237..2f866976fe9e 100644 --- a/games/wesnoth-devel/Makefile +++ b/games/wesnoth-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= wesnoth PORTVERSION= 1.5.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games PKGNAMESUFFIX= -devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ @@ -105,7 +105,7 @@ PLIST_SUB+= TOOLS="" .endif .if defined(WITH_FRIBIDI) || exists(${LOCALBASE}/bin/fribidi-config) -LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi +LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi .endif .if (defined(WITH_CAMPAIGN) || defined(WITH_SERVER) || defined(WITH_TOOLS)) && defined(WITHOUT_NLS) |