diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-29 06:50:44 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-29 06:50:44 +0800 |
commit | 1d75ecda20c650391a08918830c25c3ec6019cb2 (patch) | |
tree | 8bc910359be5bafdac8cab95373c0e1d97da54f7 /editors | |
parent | 16b79d886caa4369a268695b00c690bc3ee2a9db (diff) | |
download | freebsd-ports-gnome-1d75ecda20c650391a08918830c25c3ec6019cb2.tar.gz freebsd-ports-gnome-1d75ecda20c650391a08918830c25c3ec6019cb2.tar.zst freebsd-ports-gnome-1d75ecda20c650391a08918830c25c3ec6019cb2.zip |
Chase libaspell to aspell.16.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/AbiWord2/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index f58c556a63dc..c7496810c7f5 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/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 diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index f58c556a63dc..c7496810c7f5 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/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 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 |