diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-02-14 20:49:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-02-14 20:49:18 +0000 |
commit | 39d8ab8b6c335c65ffd3d7295aceb77d0ee38dca (patch) | |
tree | 174db7120bdf6a87fb822f271d52d0ba936ce358 /editors | |
parent | 47d9d042c98d48b6b34e1e93a117585c05a99909 (diff) |
Chase the goffice 0.8.0 update.
Notes
Notes:
svn path=/head/; revision=249856
Diffstat (limited to 'editors')
-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 24c344e5964c..c17afcc77b69 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -8,7 +8,7 @@ PORTNAME= abiword PORTVERSION= 2.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -22,7 +22,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ wv-1.2:${PORTSDIR}/textproc/wv \ jpeg.11:${PORTSDIR}/graphics/jpeg \ fribidi.3:${PORTSDIR}/converters/fribidi \ - goffice-0.8.7:${PORTSDIR}/devel/goffice + goffice-0.8.8:${PORTSDIR}/devel/goffice RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu USE_GMAKE= yes |