summaryrefslogtreecommitdiff
path: root/security/racoon
diff options
context:
space:
mode:
authordrochner <drochner>2002-06-17 10:06:50 +0000
committerdrochner <drochner>2002-06-17 10:06:50 +0000
commit9724d07fdd402d352c3c3f66697005d48505251e (patch)
treefefdd79117391ef5e8fd4e9eb4c50ad666a9b827 /security/racoon
parent57eec8dbb4d3ef5fa950ff3ccc91d984b98cf186 (diff)
downloadpkgsrc-9724d07fdd402d352c3c3f66697005d48505251e.tar.gz
kill USE_SSL, use openssl/buildlink.mk instead
(to avoid building against a pkgsrc openssl w/o registering a dependency)
Diffstat (limited to 'security/racoon')
-rw-r--r--security/racoon/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index 10a1d02574d..7f3f5c99dc8 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2002/05/13 02:13:48 itojun Exp $
+# $NetBSD: Makefile,v 1.50 2002/06/17 10:06:50 drochner Exp $
#
DISTNAME= racoon-20020507a
@@ -19,13 +19,7 @@ IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD"
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6
-# we rely upon 1.5-based /usr/lib/libcrypto, or pkgsrc/security/openssl.
-# between 1.4 and 1.5, there were period where we had RSA-less
-# /usr/lib/libcrypto. we do not support that configuration in the pkgsrc.
-USE_SSL= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-CFLAGS+= -I${LOCALBASE}/include
-LIBPATH= -L${LOCALBASE}/lib
+USE_BUILDLINK_ONLY= yes
CONFLICTS+= racoon-[0-9]*
@@ -57,4 +51,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/samples/racoon.conf.sample \
${PREFIX}/share/examples/racoon
+.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.mk"