abiword & abiword-plugins: fix builds

As of 3.0.3, Abiword's configure.ac now depends on macros provided by
GNU's autoconf-archive collection. Since we're using autoconf, we need
these available as a build dependency.

(TBD: there's a lot of duplication between these two files that could
probably be unified.)
This commit is contained in:
gutteridge 2019-12-04 05:40:47 +00:00
parent d2a4c073b2
commit 8751aca6a4
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.107 2019/11/27 16:01:09 nia Exp $
# $NetBSD: Makefile,v 1.108 2019/12/04 05:40:47 gutteridge Exp $
.include "../../editors/abiword/Makefile.common"
DISTNAME= abiword-${ABIVERSION}
@ -16,6 +16,8 @@ PATCHDIR= ${.CURDIR}/../../editors/abiword/patches
CONFLICTS= abiword-plugins-[0-9]* abiword-personal-[0-9]* abiword2-[0-9]*
BUILD_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake gmake pkg-config

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.192 2019/11/27 16:01:09 nia Exp $
# $NetBSD: Makefile,v 1.193 2019/12/04 05:40:47 gutteridge Exp $
.include "Makefile.common"
@ -14,6 +14,7 @@ LICENSE= gnu-gpl-v2
CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]*
DEPENDS+= adwaita-icon-theme>0:../../graphics/adwaita-icon-theme
BUILD_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
GNU_CONFIGURE= yes
USE_LIBTOOL= yes