summaryrefslogtreecommitdiff
path: root/security/isakmpd
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 05:02:23 +0000
committersnj <snj>2004-04-25 05:02:23 +0000
commit63dbbe7f88f132862264a515078cae312a7773aa (patch)
tree9fc08a75e1471ac9cbb3c1323f6f90d5b3b414aa /security/isakmpd
parent93f94125750fbc3f3039b1bc35837dcb4d4d46b8 (diff)
downloadpkgsrc-63dbbe7f88f132862264a515078cae312a7773aa.tar.gz
Convert to buildlink3.
Diffstat (limited to 'security/isakmpd')
-rw-r--r--security/isakmpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile
index 1701dd561ff..1d8b0dd0eb9 100644
--- a/security/isakmpd/Makefile
+++ b/security/isakmpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/03/26 02:27:52 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2004/04/25 05:06:35 snj Exp $
#
DISTNAME= isakmpd-20030903
@@ -17,7 +17,7 @@ PKG_FAIL_REASON+= "${PKGNAME} requires ipsec-ready ${OPSYS}"
WRKSRC= ${WRKDIR}/isakmpd
ALL_TARGET= depend all
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man
@@ -48,5 +48,5 @@ pre-configure:
< ${WRKSRC}/$${i}.unfixed > ${WRKSRC}/$${i}; \
done
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"