aboutsummaryrefslogtreecommitdiffstats
path: root/editors/abiword-plugins
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-04-15 03:32:50 +0800
committermezz <mezz@FreeBSD.org>2006-04-15 03:32:50 +0800
commit0fffcbcea61e7e259c9330991f9af8977afcd168 (patch)
tree15a45545cadbf1ba5ac3f045a33926f2c3ab9983 /editors/abiword-plugins
parent389cb67c89271c1a3e8f2f234ae6ca59a63dd678 (diff)
downloadfreebsd-ports-graphics-0fffcbcea61e7e259c9330991f9af8977afcd168.tar.gz
freebsd-ports-graphics-0fffcbcea61e7e259c9330991f9af8977afcd168.tar.zst
freebsd-ports-graphics-0fffcbcea61e7e259c9330991f9af8977afcd168.zip
-Update to 2.4.4, see release notes and changelogs for detail:
http://www.abisource.com/release-notes/2.4.4.phtml http://www.abisource.com/changelogs/2.4.4.phtml -Add CFLAGS=-g and STRIP= in WITH_DEBUG. -Remove USE_REINPLACE. -Use @dirrmtry.
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r--editors/abiword-plugins/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index c922ee8547c..7d75e72a3c5 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= abiword
-PORTVERSION= 2.4.2
-PORTREVISION= 2
+PORTVERSION= 2.4.4
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
MASTER_SITE_SUBDIR= abiword
@@ -26,7 +25,6 @@ USE_GMAKE= yes
USE_GNOME= gnometarget gtk20
WANT_GNOME= yes
USE_X_PREFIX= yes
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -133,7 +131,7 @@ PLIST_SUB+= GOOGLE:="@comment "
.endif
.if defined(WITH_GRAMMAR) || defined(PACKAGE_BUILDING)
-LIB_DEPENDS+= link-grammar.5:${PORTSDIR}/textproc/link-grammar
+LIB_DEPENDS+= link-grammar.4:${PORTSDIR}/textproc/link-grammar
CONFIGURE_ARGS+= --enable-abigrammar
PLIST_SUB+= GRAMMAR:=""
.else