diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-03 04:58:04 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-03 04:58:04 +0800 |
commit | 2bb418a63291bbe73fc05ca54c1d6249b299eb4f (patch) | |
tree | d54fd985b095d5691ee64b25731528c7e902d0df /editors | |
parent | e670de8cc60dd807fb6556b1ac81ac1509ad9481 (diff) | |
download | freebsd-ports-gnome-2bb418a63291bbe73fc05ca54c1d6249b299eb4f.tar.gz freebsd-ports-gnome-2bb418a63291bbe73fc05ca54c1d6249b299eb4f.tar.zst freebsd-ports-gnome-2bb418a63291bbe73fc05ca54c1d6249b299eb4f.zip |
- Add USES=libtool to textproc/ots and bump dependent ports
- Run libtoolize and other autotools because configure and ltmain.sh
are out of sync
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index a827e48b1b94..ae04f36be882 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -4,7 +4,7 @@ PORTNAME= abiword PORTVERSION= 2.8.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword |