diff options
author | obache <obache@pkgsrc.org> | 2011-02-27 12:48:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-27 12:48:05 +0000 |
commit | ccf73719590418c4b745d0a56235b9fdc1e5b443 (patch) | |
tree | fc3b4dbbbbd1aa80f21ac210f3dbf41c1037a2ca /mail | |
parent | e6ab9e8efa5250bb4cfd2842b3b39a79979eb015 (diff) | |
download | pkgsrc-ccf73719590418c4b745d0a56235b9fdc1e5b443.tar.gz |
try to catch up from bind95 to libbind changes in mk/resolv.buildlink3.mk
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libspf-alt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/libspf-alt/Makefile b/mail/libspf-alt/Makefile index ac2cec47237..2021a78e5b1 100644 --- a/mail/libspf-alt/Makefile +++ b/mail/libspf-alt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2011/02/27 12:37:24 obache Exp $ +# $NetBSD: Makefile,v 1.20 2011/02/27 12:48:05 obache Exp $ DISTNAME= libspf_alt-0.4.0 PKGREVISION= 4 @@ -11,10 +11,8 @@ COMMENT= Sender Permitted Framework (SPF) library PKG_DESTDIR_SUPPORT= user-destdir -BUILDLINK_API_DEPENDS.bind+= bind>=9.2.3nb3 - GNU_CONFIGURE= YES -CONFIGURE_ARGS+=--with-bind=${BUILDLINK_PREFIX.bind} +CONFIGURE_ARGS+=--with-bind=${BUILDLINK_PREFIX.libbind} CONFLICTS+= libspf2-* |