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 /editors/abiword | |
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 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index fcc2f52e8c88..604c569c7fd7 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -8,7 +8,7 @@ PORTNAME= abiword PORTVERSION= 2.6.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -23,7 +23,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ png.5:${PORTSDIR}/graphics/png \ wv-1.2:${PORTSDIR}/textproc/wv \ jpeg.10:${PORTSDIR}/graphics/jpeg \ - fribidi.0:${PORTSDIR}/converters/fribidi \ + fribidi.3:${PORTSDIR}/converters/fribidi \ goffice-0.4:${PORTSDIR}/devel/goffice04 RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu |