diff options
author | grant <grant@pkgsrc.org> | 2004-11-11 12:13:24 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-11-11 12:13:24 +0000 |
commit | 8a80fe2c61095c58ea08eadcddd5ea64ced56939 (patch) | |
tree | e701a59c6bf5375200de05261feaa754a2e0529e /security/ipsec-tools | |
parent | 70440d2d4c8874b08b9cc6a9b83e8dfbb70806ba (diff) | |
download | pkgsrc-8a80fe2c61095c58ea08eadcddd5ea64ced56939.tar.gz |
add additional libraries required by libradius.
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r-- | security/ipsec-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 4db4f8cde04..8e3fbf55df8 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/11/11 11:51:12 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/11 12:13:24 grant Exp $ # DISTNAME= ipsec-tools-0.5.pre20041109 @@ -24,6 +24,7 @@ PKG_SUPPORTED_OPTIONS+= radius .if !empty(PKG_OPTIONS:Mradius) . include "../../net/libradius/buildlink3.mk" CONFIGURE_ARGS+= --with-libradius +LIBS+= ${BUILDLINK_LDADD.libradius} .endif CONFIGURE_ARGS+= --enable-frag --enable-hybrid |