diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-03-15 18:06:16 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-03-15 18:06:16 +0000 |
commit | 4ac8388ffff64cbf178121f306408468b9deb2f8 (patch) | |
tree | c8ec1ec24a5d33e04d1aa2b1c4cb2077d0371fd1 /editors/abiword | |
parent | 3f923a8c5590eca1df90e2c2a9544e42765690fd (diff) | |
download | ports-4ac8388ffff64cbf178121f306408468b9deb2f8.tar.gz ports-4ac8388ffff64cbf178121f306408468b9deb2f8.zip |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 1fecd34b59e2..709335930de6 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -8,6 +8,7 @@ PORTNAME= abiword PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -21,7 +22,7 @@ COMMENT= An open-source, cross-platform WYSIWYG word processor BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ png.5:${PORTSDIR}/graphics/png \ - wv-1.0.0:${PORTSDIR}/textproc/wv \ + wv-1.2.1:${PORTSDIR}/textproc/wv \ fribidi.0:${PORTSDIR}/converters/fribidi USE_BZIP2= yes |