diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-26 05:57:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-26 05:57:14 +0800 |
commit | 7b66dfbfc74284d20be03f069de65ddf8f941f02 (patch) | |
tree | ddf6b3fb708302434d4f0ff4a52c71c65d55ce1f /editors | |
parent | 1e14360d1bf79e32d6c87f53ed47dc86caa5fe33 (diff) | |
download | freebsd-ports-gnome-7b66dfbfc74284d20be03f069de65ddf8f941f02.tar.gz freebsd-ports-gnome-7b66dfbfc74284d20be03f069de65ddf8f941f02.tar.zst freebsd-ports-gnome-7b66dfbfc74284d20be03f069de65ddf8f941f02.zip |
- Switch converters/psiconv to USES=libtool, drop .la files
- Strip libraries
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Approved by: kwm
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 ae04f36be882..6530bfc47d88 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -4,7 +4,7 @@ PORTNAME= abiword PORTVERSION= 2.8.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword |