pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/libspf-alt expect to find bind9 in BUILDLINK_PREF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/344569d46f8b
branches:  trunk
changeset: 472954:344569d46f8b
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Apr 14 17:19:51 2004 +0000

description:
expect to find bind9 in BUILDLINK_PREFIX.bind, not PREFIX.

diffstat:

 mail/libspf-alt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7a86662b533b -r 344569d46f8b mail/libspf-alt/Makefile
--- a/mail/libspf-alt/Makefile  Wed Apr 14 17:19:28 2004 +0000
+++ b/mail/libspf-alt/Makefile  Wed Apr 14 17:19:51 2004 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index