diff options
author | drochner <drochner> | 2012-03-27 10:40:20 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-03-27 10:40:20 +0000 |
commit | 4592845f5c809b2173b062cc7d6122dc0b056c04 (patch) | |
tree | 1f3570b159456b05773773e1d70b137c6462216a /editors | |
parent | b4d33fd7346428cfe117720af897b6e0cf745cfc (diff) | |
download | pkgsrc-4592845f5c809b2173b062cc7d6122dc0b056c04.tar.gz |
sync w/ base pkg (without-gnomevfs), fixes build problem seen in
bulk build
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index a713dd451cf..555c711d5b3 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2012/03/03 00:12:58 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2012/03/27 10:40:20 drochner Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -8,6 +8,8 @@ PKGNAME= abiword-plugins-${ABIVERSION} PKGREVISION= 6 COMMENT= Plugins enhancing Abiword's capabilities +CONFIGURE_ARGS+= --without-gnomevfs + BUILD_DEPENDS+= abiword-${ABIVERSION}{,nb*}:../../editors/abiword .include "../../mk/bsd.prefs.mk" |