diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-02 20:58:04 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-02 20:58:04 +0000 |
commit | 2fd54788f81d194061077753e0d61aa098301025 (patch) | |
tree | d54fd985b095d5691ee64b25731528c7e902d0df /editors/abiword | |
parent | d8c4aa957855008ec151ebed8ee626280bffdf4a (diff) | |
download | freebsd-ports-2fd54788f81d194061077753e0d61aa098301025.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/abiword')
-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 |