From 0a4893285e60f1c7af6c427f7e45f565c4945682 Mon Sep 17 00:00:00 2001 From: salo Date: Thu, 30 Oct 2003 10:28:58 +0000 Subject: USE_BUIDLINK2, not USE_BUILDLINK (hi tron!). Fixes build with gcc3 from pkgsrc. Style nits. --- net/ipv6calc/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'net') diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile index d9b3863ec49..1c4b5432636 100644 --- a/net/ipv6calc/Makefile +++ b/net/ipv6calc/Makefile @@ -1,4 +1,5 @@ -# $NetBSD: Makefile,v 1.17 2003/10/14 23:46:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.18 2003/10/30 10:28:58 salo Exp $ +# DISTNAME= ipv6calc-0.46 CATEGORIES= net @@ -11,11 +12,13 @@ COMMENT= Manipulates IPv6 adresses # This package does not set or evaluate USE_INET6, but it should still # be listed in README-IPv6.html. Leave this comment here to make it so! -GNU_CONFIGURE= yes -USE_BUILDLINK= yes -USE_GMAKE= yes +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_GMAKE= YES + MAKE_ENV+= root=${PREFIX} INSTALL_TARGET= installonly .include "../../security/openssl/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3