diff options
author | markd <markd@pkgsrc.org> | 2004-07-17 03:19:57 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-07-17 03:19:57 +0000 |
commit | 4121be23f2f812e4404e26d28c59a3af2b664dea (patch) | |
tree | 064701d3a013bda6f48367998562e73036fc1dff /mail/libspf-alt | |
parent | f237afc4a38d933b583c499e9d556b466dd00db4 (diff) | |
download | pkgsrc-4121be23f2f812e4404e26d28c59a3af2b664dea.tar.gz |
Do the bind9 version dependency the buildlink3 way.
Diffstat (limited to 'mail/libspf-alt')
-rw-r--r-- | mail/libspf-alt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libspf-alt/Makefile b/mail/libspf-alt/Makefile index 7dfdf0ce5f3..278b8bf8c02 100644 --- a/mail/libspf-alt/Makefile +++ b/mail/libspf-alt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/16 07:45:32 tron Exp $ +# $NetBSD: Makefile,v 1.7 2004/07/17 03:19:57 markd Exp $ DISTNAME= libspf_alt-0.4.0 PKGREVISION= 1 @@ -9,7 +9,7 @@ MAINTAINER= manu@NetBSD.org HOMEPAGE= http://www.midwestcs.com/spf/libspf-alt/ COMMENT= Sender Permitted Framework (SPF) library -DEPENDS+= bind>=9.2.3nb3:../../net/bind9 +BUILDLINK_DEPENDS.bind+= bind>=9.2.3nb3 USE_BUILDLINK3= YES HAS_CONFIGURE= YES |