diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:48:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:48:57 +0000 |
commit | 1c57323789a922a7182ba378831f2c0a336a6959 (patch) | |
tree | c8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /security/racoon/Makefile | |
parent | ee84541509a09b09b26167f474c4b53185c17b5f (diff) | |
download | pkgsrc-1c57323789a922a7182ba378831f2c0a336a6959.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'security/racoon/Makefile')
-rw-r--r-- | security/racoon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index 42d0facce74..ee22f5946ab 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2002/06/28 09:05:18 seb Exp $ +# $NetBSD: Makefile,v 1.53 2002/08/25 21:50:42 jlam Exp $ # DISTNAME= racoon-20020507a @@ -13,13 +13,13 @@ CRYPTO= yes # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) -IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD" +IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD" .endif BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes CONFLICTS+= racoon-[0-9]* @@ -53,5 +53,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/samples/racoon.conf.sample \ ${PREFIX}/share/examples/racoon -.include "../../security/openssl/buildlink.mk" +.include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |