diff options
author | reed <reed@pkgsrc.org> | 2006-04-06 18:25:39 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-04-06 18:25:39 +0000 |
commit | fda4e67e299e73bb3cb548ee0eccace11042d825 (patch) | |
tree | 06c6ec435318be7566e2933b4a4cc6c78ee04a4a /math | |
parent | 292727e13114e2280c6c38e72f881f01e5504d39 (diff) | |
download | pkgsrc-fda4e67e299e73bb3cb548ee0eccace11042d825.tar.gz |
Change BUILDLINK_DEPENDS.pkg to BUILDLINK_API_DEPENDS.pkg.
I missed this in my commit earlier.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 21445da7832..82d920306ef 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2006/04/06 06:22:20 reed Exp $ +# $NetBSD: Makefile,v 1.111 2006/04/06 18:25:39 reed Exp $ # DISTNAME= gnumeric-1.6.3 @@ -45,7 +45,7 @@ PLIST_SUBST+= PERL="@comment " # guile is currently not supported in gnumeric #.include "../../lang/guile/buildlink3.mk" .include "../../lang/python/application.mk" -BUILDLINK_DEPENDS.goffice+= goffice>=0.2.1 +BUILDLINK_API_DEPENDS.goffice+= goffice>=0.2.1 .include "../../misc/goffice/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" BUILDLINK_API_DEPENDS.libgnomeprint+= libgnomeprint>=2.8.2 |