pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/entropy s/buildlink2/buildlink3/ in an overlooked ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fcc6e66281a
branches:  trunk
changeset: 475091:9fcc6e66281a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 09 23:59:55 2004 +0000

description:
s/buildlink2/buildlink3/ in an overlooked line.

diffstat:

 net/entropy/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r afad61b0fadb -r 9fcc6e66281a net/entropy/Makefile
--- a/net/entropy/Makefile      Sun May 09 23:58:19 2004 +0000
+++ b/net/entropy/Makefile      Sun May 09 23:59:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/03/29 18:45:03 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/09 23:59:55 wiz Exp $
 #
 
 DISTNAME=              entropy-${ENTROPY_VERSION}
@@ -43,7 +43,7 @@
 CONFIGURE_ARGS+=       --with-tree
 .elif ${ENTROPY_STORE_TYPE} == "mysql"
 CONFIGURE_ARGS+=       --with-mysql=${LOCALBASE}
-.include "../../databases/mysql-client/buildlink2.mk"
+.include "../../databases/mysql-client/buildlink3.mk"
 .elif ${ENTROPY_STORE_TYPE} != "monolithic"
 .error unknown ENTROPY_STORE_TYPE: ${ENTROPY_STORE_TYPE}
 .endif



Home | Main Index | Thread Index | Old Index