diff options
author | ahze <ahze@FreeBSD.org> | 2005-11-10 18:08:37 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-11-10 18:08:37 +0800 |
commit | 55133cd3dab03fb7614fbe8dcb76997f555f6bf9 (patch) | |
tree | 7c451c468cfbc7cd8cd8fcfc360b44bda1d42f7c /editors | |
parent | 937ecefb94f54a9213b4a14921502c73118ba16c (diff) | |
download | freebsd-ports-gnome-55133cd3dab03fb7614fbe8dcb76997f555f6bf9.tar.gz freebsd-ports-gnome-55133cd3dab03fb7614fbe8dcb76997f555f6bf9.tar.zst freebsd-ports-gnome-55133cd3dab03fb7614fbe8dcb76997f555f6bf9.zip |
- Chase enchant libver bump
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 3 | ||||
-rw-r--r-- | editors/conglomerate/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 0c27040b1395..2bdb01321cb0 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -8,6 +8,7 @@ PORTNAME= abiword PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -56,7 +57,7 @@ CONFIGURE_ARGS+= --enable-debug \ .endif .ifndef(WITHOUT_GTKSPELL) -LIB_DEPENDS+= enchant.2:${PORTSDIR}/textproc/enchant +LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant PLIST_SUB+= DICT:="@comment " .else CONFIGURE_ARGS+= --disable-enchant diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 5c86bfd4dda0..60146a200290 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -6,6 +6,7 @@ PORTNAME= conglomerate PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/libdata/pkgconfig/enchant.pc) || defined(WITH_ENCHANT) -LIB_DEPENDS+= enchant.2:${PORTSDIR}/textproc/enchant +LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant .endif post-install: |