diff options
author | grant <grant@pkgsrc.org> | 2004-04-14 17:19:28 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-14 17:19:28 +0000 |
commit | d9f8b9b321032c031490c956da8c753cfacd7064 (patch) | |
tree | d01af295de9c4ed0ae92d3451c3baa9eff18a5d8 /mail | |
parent | 2f89b705a8ba0ed2c200783af00956fa20d87333 (diff) | |
download | pkgsrc-d9f8b9b321032c031490c956da8c753cfacd7064.tar.gz |
move USE_BUILDLINK2 to where it should be.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libspf-alt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/libspf-alt/Makefile b/mail/libspf-alt/Makefile index 2c5f46a338d..a0e44db3521 100644 --- a/mail/libspf-alt/Makefile +++ b/mail/libspf-alt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/14 15:40:14 manu Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/14 17:19:28 grant Exp $ # DISTNAME= libspf_alt-0.4.0 @@ -11,10 +11,9 @@ COMMENT= Sender Permitted Framework (SPF) library DEPENDS+= bind>=9.2.3nb3:../../net/bind9 +USE_BUILDLINK2= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+=--with-bind=${PREFIX} --prefix=${PREFIX} -USE_BUILDLINK2= YES - .include "../../net/bind9/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |