diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-30 02:13:43 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-30 02:13:43 +0800 |
commit | f68f0d7e267b54185fc91962b45ca58548b77bec (patch) | |
tree | c52807a1c6385c3559f13283ab107eed8cf819ba /textproc | |
parent | 8dfba0725ec44dc5b4be0225607fe353391270e5 (diff) | |
download | freebsd-ports-gnome-f68f0d7e267b54185fc91962b45ca58548b77bec.tar.gz freebsd-ports-gnome-f68f0d7e267b54185fc91962b45ca58548b77bec.tar.zst freebsd-ports-gnome-f68f0d7e267b54185fc91962b45ca58548b77bec.zip |
Chase the libpspell shared lib version.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/enchant/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index f3f3272db763..1f1d7de0ec63 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -7,7 +7,7 @@ PORTNAME= enchant PORTVERSION= 1.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= abiword @@ -26,7 +26,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= enchant.1 .ifndef(WITHOUT_ASPELL) -LIB_DEPENDS+= pspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= pspell.16:${PORTSDIR}/textproc/aspell PLIST_SUB+= ASPELL="" .else PLIST_SUB+= ASPELL="@comment " |