diff options
author | marcus <marcus@FreeBSD.org> | 2009-08-23 01:36:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-08-23 01:36:57 +0800 |
commit | 8983edd4762fb3c77e304d7c266e0b097525dd07 (patch) | |
tree | c1808f9d9dad8dc470e673ee54035d4440e945d9 /games/wesnoth-devel | |
parent | 3abe3244ade99a9913cc734c02df56b6de552f66 (diff) | |
download | freebsd-ports-gnome-8983edd4762fb3c77e304d7c266e0b097525dd07.tar.gz freebsd-ports-gnome-8983edd4762fb3c77e304d7c266e0b097525dd07.tar.zst freebsd-ports-gnome-8983edd4762fb3c77e304d7c266e0b097525dd07.zip |
Chase the fribidi shared lib bump.
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) |