diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-10-31 03:51:26 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-10-31 03:51:26 +0000 |
commit | ea6bc8fc5cfc8656c1870f8fa8b3cc47bb79e148 (patch) | |
tree | b168948e0f82802a35bc1d5ab707c494e85d5b26 /security/ssldump | |
parent | 17640e5d1a3954089881bcf27325567203d316d1 (diff) | |
download | pkgsrc-ea6bc8fc5cfc8656c1870f8fa8b3cc47bb79e148.tar.gz |
remove unneeded configure args
Diffstat (limited to 'security/ssldump')
-rw-r--r-- | security/ssldump/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/ssldump/Makefile b/security/ssldump/Makefile index 688617c6f77..9c621831828 100644 --- a/security/ssldump/Makefile +++ b/security/ssldump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/31 01:17:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/31 03:51:26 hubertf Exp $ # DISTNAME= ssldump-0.9a2 @@ -9,10 +9,8 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.rtfm.com/ssldump/ GNU_CONFIGURE= YES -CONFIGURE_ARGS+=--with-pcap=/ \ - --with-pcap-inc=/usr/include \ +CONFIGURE_ARGS+=--with-pcap-inc=/usr/include \ --with-pcap-lib=/usr/lib \ - --with-openssl=/ \ --with-openssl-inc=/usr/include \ --with-openssl-lib=/usr/lib |