summaryrefslogtreecommitdiff
path: root/mail/libspf-alt
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-04-14 17:19:51 +0000
committergrant <grant@pkgsrc.org>2004-04-14 17:19:51 +0000
commit9c1e5bbd333d00329b6dc7d98638ae19aea44a0a (patch)
tree046d093e653c29999d963f4eebc98dd4cafaea2e /mail/libspf-alt
parentd9f8b9b321032c031490c956da8c753cfacd7064 (diff)
downloadpkgsrc-9c1e5bbd333d00329b6dc7d98638ae19aea44a0a.tar.gz
expect to find bind9 in BUILDLINK_PREFIX.bind, not PREFIX.
Diffstat (limited to 'mail/libspf-alt')
-rw-r--r--mail/libspf-alt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libspf-alt/Makefile b/mail/libspf-alt/Makefile
index a0e44db3521..17f938deb8c 100644
--- a/mail/libspf-alt/Makefile
+++ b/mail/libspf-alt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/04/14 17:19:28 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/14 17:19:51 grant Exp $
#
DISTNAME= libspf_alt-0.4.0
@@ -13,7 +13,7 @@ DEPENDS+= bind>=9.2.3nb3:../../net/bind9
USE_BUILDLINK2= YES
HAS_CONFIGURE= YES
-CONFIGURE_ARGS+=--with-bind=${PREFIX} --prefix=${PREFIX}
+CONFIGURE_ARGS+=--with-bind=${BUILDLINK_PREFIX.bind} --prefix=${PREFIX}
.include "../../net/bind9/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"