diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-27 12:00:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-27 12:00:50 +0000 |
commit | f58b11b2e7d65708ba85ff1ca1fdb8b213a23050 (patch) | |
tree | 53ddcfa618e0e6cc672aae901ebb0b9d56e9c1e3 /editors/abiword-plugins | |
parent | b158ab95242e4a64596a6b0e8330d2919ac33d85 (diff) | |
download | pkgsrc-f58b11b2e7d65708ba85ff1ca1fdb8b213a23050.tar.gz |
Fix build of abiword-plugins with gnutls-3.5.
From upstream via David H. Gutteridge in PR 51501.
Bump PKGREVISION.
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r-- | editors/abiword-plugins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index d413b53d1f0..9747b824519 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.69 2016/09/19 17:18:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.70 2016/09/27 12:00:51 wiz Exp $ .include "../../editors/abiword/Makefile.common" DISTNAME= abiword-${ABIVERSION} PKGNAME= abiword-plugins-${ABIVERSION} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= editors MASTER_SITES= http://www.abiword.com/downloads/abiword/${PKGVERSION_NOREV}/source/ @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --with-evolution-data-server=no # Disabled plugins: gda rsvg mathview # rsvg is not needed with gtk, we don't have libgnomedb # and mathview doesn't work (in future versions mathveiw uses -# lasem instead of gtkmathview, it might work) +# lasem instead of gtkmathview, it might work) CONFIGURE_ARGS+= --enable-plugins="\ aiksaurus \ applix \ |