summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-10-30 10:28:58 +0000
committersalo <salo@pkgsrc.org>2003-10-30 10:28:58 +0000
commit0a4893285e60f1c7af6c427f7e45f565c4945682 (patch)
treefa834f12aa48263a3812a13f8fa7bb4b3514115c /net
parent48fd726a1c693050d4212764a02a34423eb8c901 (diff)
downloadpkgsrc-0a4893285e60f1c7af6c427f7e45f565c4945682.tar.gz
USE_BUIDLINK2, not USE_BUILDLINK (hi tron!).
Fixes build with gcc3 from pkgsrc. Style nits.
Diffstat (limited to 'net')
-rw-r--r--net/ipv6calc/Makefile11
1 files changed, 7 insertions, 4 deletions
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"