diff options
author | grant <grant> | 2004-11-11 11:51:12 +0000 |
---|---|---|
committer | grant <grant> | 2004-11-11 11:51:12 +0000 |
commit | 01cdea92aeca92bc67e4ffd28655ab9a552c5817 (patch) | |
tree | 5c23527fce77aff2a51d0361b207b967b0afbe39 /security | |
parent | e7ae8b3e2bf429461bcb2381aef80672848edd62 (diff) | |
download | pkgsrc-01cdea92aeca92bc67e4ffd28655ab9a552c5817.tar.gz |
include libradius/buildlink3.mk only if we're including radius
support.
Diffstat (limited to 'security')
-rw-r--r-- | security/ipsec-tools/Makefile | 4 |
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" |