diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-09 23:59:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-09 23:59:55 +0000 |
commit | 1749a05be89141f776a395a2a8c4d3495e431f3f (patch) | |
tree | 8296f600999a3c79ad9ab25eccc1e6db79eb2477 /net/entropy | |
parent | 3abcd6801fbc947becf08da003b182d4ffde24ad (diff) | |
download | pkgsrc-1749a05be89141f776a395a2a8c4d3495e431f3f.tar.gz |
s/buildlink2/buildlink3/ in an overlooked line.
Diffstat (limited to 'net/entropy')
-rw-r--r-- | net/entropy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 2cf953fd8fe..14833a6fbd8 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -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 @@ ENTROPY_STORE_TYPE?= tree 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 |