summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgrant <grant>2004-11-11 11:51:12 +0000
committergrant <grant>2004-11-11 11:51:12 +0000
commit5783d92fa184befc4d21c19ec5829711add60973 (patch)
tree5c23527fce77aff2a51d0361b207b967b0afbe39 /security
parent1c146eae6cdf233d9b0aedc2739e72fa519a9be2 (diff)
downloadpkgsrc-5783d92fa184befc4d21c19ec5829711add60973.tar.gz
include libradius/buildlink3.mk only if we're including radius
support.
Diffstat (limited to 'security')
-rw-r--r--security/ipsec-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile
index a07d6a484b0..4db4f8cde04 100644
--- a/security/ipsec-tools/Makefile
+++ b/security/ipsec-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/11/11 11:49:15 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/11/11 11:51:12 grant Exp $
#
DISTNAME= ipsec-tools-0.5.pre20041109
@@ -22,6 +22,7 @@ PKG_SUPPORTED_OPTIONS+= radius
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mradius)
+. include "../../net/libradius/buildlink3.mk"
CONFIGURE_ARGS+= --with-libradius
.endif
@@ -51,6 +52,5 @@ post-install:
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-natt ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-plainrsa ${EXAMPLE_DIR}
-.include "../../net/libradius/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"