summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-08-28 22:50:44 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-08-28 22:50:44 +0000
commit64e8cb66bb17161314fdd4cfff20fff88e9bf87f (patch)
tree23d4048708146e4b5bc87f7a8520039d30ce0e81 /editors/abiword
parent- Upgrade to 0.60; (diff)
Chase libaspell to aspell.16.
Notes
Notes: svn path=/head/; revision=117535
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index f58c556a63dc..c7496810c7f5 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -7,6 +7,7 @@
PORTNAME= AbiWord2
PORTVERSION= 2.0.10
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
@@ -65,7 +66,7 @@ GNOME_ENABLED= yes
LIB_DEPENDS+= enchant.2:${PORTSDIR}/textproc/enchant
CONFIGURE_ARGS+= --disable-pspell
. elif defined(WITH_ASPELL) || exists(${LOCALBASE}/lib/libaspell.so) && !defined(WITH_ENCHANT)
-LIB_DEPENDS+= aspell.15:${PORTSDIR}/textproc/aspell
+LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
CONFIGURE_ARGS+= --with-pspell=${LOCALBASE} \
--disable-enchant
. else