diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-10 08:49:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-10 08:49:32 +0000 |
commit | 32497389143abd985f91c08ad80f40e421b76c19 (patch) | |
tree | 6844b68ca535ab45920f348e82ee2c56f09fa3b0 /security/ipsec-tools | |
parent | a8740c99405856bc197a9b671e7c8f036849dcd6 (diff) | |
download | pkgsrc-32497389143abd985f91c08ad80f40e421b76c19.tar.gz |
No need to set BUILDLINK_DEPMETHOD.libradius-linux?= build here...
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r-- | security/ipsec-tools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index ea3009c6ae6..01d8a6074d0 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/11/10 08:43:44 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/10 08:49:32 xtraeme Exp $ # DISTNAME= ipsec-tools-0.5.pre20041109 @@ -18,8 +18,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libradius --enable-natt CONFIGURE_ARGS+= --enable-frag --enable-hybrid -BUILDLINK_DEPMETHOD.libradius-linux?= build - SAMPLE_DIR= ${WRKSRC}/src/racoon/samples EXAMPLE_DIR= ${PREFIX}/share/examples/ipsec-tools |