diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 21:57:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 21:57:14 +0000 |
commit | bc33c93e6034d4bd2ed64a24da91b0e4df021f53 (patch) | |
tree | ddf6b3fb708302434d4f0ff4a52c71c65d55ce1f /editors/abiword | |
parent | e3b77117a3d611d6464c1a31cfbe65c77d6f7fcc (diff) | |
download | freebsd-ports-bc33c93e6034d4bd2ed64a24da91b0e4df021f53.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/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 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 |