diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-12-04 05:40:47 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-12-04 05:40:47 +0000 |
commit | 889bf3732b39356f8a2954570d71aa3592be7226 (patch) | |
tree | 9ef22376449d0f1ad72fcac1952b66d2f9d38b55 /editors/abiword | |
parent | 8f4eb5b1284b56788039860b2869455bc8f763fb (diff) | |
download | pkgsrc-889bf3732b39356f8a2954570d71aa3592be7226.tar.gz |
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.)
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 386b22bf7c5..96843124b83 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -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 |