summaryrefslogtreecommitdiff
path: root/net/ipv6calc
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-02-06 14:24:58 +0000
committertron <tron@pkgsrc.org>2003-02-06 14:24:58 +0000
commit909bde05cd1bcb7f74b680ef8ce3840bbb501303 (patch)
treebca5a38a0878b0415d6d7b8f5d51c9e47affeda7 /net/ipv6calc
parenta2d610888a4d9c904c33319b6edeb3fb3ac69d72 (diff)
downloadpkgsrc-909bde05cd1bcb7f74b680ef8ce3840bbb501303.tar.gz
Convert this package buildlink2 and add missing dependence on "openssl"
package. Bump package revision to reflect changes.
Diffstat (limited to 'net/ipv6calc')
-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"