summaryrefslogtreecommitdiff
path: root/net/ipv6calc
diff options
context:
space:
mode:
authorsalo <salo>2003-10-30 10:28:58 +0000
committersalo <salo>2003-10-30 10:28:58 +0000
commitaeecb0abf4d5f654085210757df230cdcaf527f1 (patch)
treefa834f12aa48263a3812a13f8fa7bb4b3514115c /net/ipv6calc
parent7c215f4cc7eca406ae05e9b5d8fce0def4d74dfb (diff)
downloadpkgsrc-aeecb0abf4d5f654085210757df230cdcaf527f1.tar.gz
USE_BUIDLINK2, not USE_BUILDLINK (hi tron!).
Fixes build with gcc3 from pkgsrc. Style nits.
Diffstat (limited to 'net/ipv6calc')
-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"