summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2003-02-06 14:24:58 +0000
committertron <tron>2003-02-06 14:24:58 +0000
commit9f4f61457e494b07f2a0a159b8460ad54c2afbfe (patch)
treebca5a38a0878b0415d6d7b8f5d51c9e47affeda7 /net
parent0e646e5b758af9b4430320e2834eecdc87320b2a (diff)
downloadpkgsrc-9f4f61457e494b07f2a0a159b8460ad54c2afbfe.tar.gz
Convert this package buildlink2 and add missing dependence on "openssl"
package. Bump package revision to reflect changes.
Diffstat (limited to 'net')
-rw-r--r--net/ipv6calc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile
index c369afa49d6..a14a6a3d6a7 100644
--- a/net/ipv6calc/Makefile
+++ b/net/ipv6calc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/01/11 08:46:40 salo Exp $
-#
+# $NetBSD: Makefile,v 1.13 2003/02/06 14:24:58 tron Exp $
DISTNAME= ipv6calc-0.45
+PKG_REVISON= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
@@ -13,8 +13,10 @@ COMMENT= Manipulates IPv6 adresses
# be listed in README-IPv6.html. Leave this comment here to make it so!
GNU_CONFIGURE= yes
+USE_BUILDLINK= yes
USE_GMAKE= yes
MAKE_ENV+= root=${PREFIX}
INSTALL_TARGET= installonly
+.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"