aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-23 13:05:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-23 13:05:18 +0000
commit2a6e37b634b8119e21e317d5c8e642be61b14335 (patch)
treea2777aecfe48b56a5ef0ac1f334ff8bcc5b65f4b /editors/abiword
parentf87ec3e9254e2be9f64fc06a1a9ba71d17302287 (diff)
downloadports-2a6e37b634b8119e21e317d5c8e642be61b14335.tar.gz
ports-2a6e37b634b8119e21e317d5c8e642be61b14335.zip
- Switch textproc/wv to USES=libtool, drop .la files
- Fix LIB_DEPENDS entries on dependent ports and bump PORTREVISIONS as library naming schema has changed Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=358932
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 8e26a7569cde..a827e48b1b94 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -4,7 +4,7 @@
PORTNAME= abiword
PORTVERSION= 2.8.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
MASTER_SITE_SUBDIR= abiword
@@ -16,7 +16,7 @@ COMMENT= Open-source, cross-platform WYSIWYG word processor
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
libpng15.so:${PORTSDIR}/graphics/png \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
- libwv-1.2.so:${PORTSDIR}/textproc/wv \
+ libwv.so:${PORTSDIR}/textproc/wv \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
libfribidi.so:${PORTSDIR}/converters/fribidi \
libpsiconv.so:${PORTSDIR}/converters/psiconv \