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 | 86279ed057a6fa572002037e0516fcdb291bf8e7 (patch) | |
tree | 6844b68ca535ab45920f348e82ee2c56f09fa3b0 /security | |
parent | b1bb7c516a18b83afbfaed2264073ec18baf9b8b (diff) | |
download | pkgsrc-86279ed057a6fa572002037e0516fcdb291bf8e7.tar.gz |
No need to set BUILDLINK_DEPMETHOD.libradius-linux?= build here...
Diffstat (limited to 'security')
-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 |