diff options
author | hubertf <hubertf> | 2000-10-31 03:51:26 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-10-31 03:51:26 +0000 |
commit | 8f6a7945ae9dae2546486656db73ea6000180a54 (patch) | |
tree | b168948e0f82802a35bc1d5ab707c494e85d5b26 /security | |
parent | 57160d537c92326dec18d7c2f5f730cf8e8d0b25 (diff) | |
download | pkgsrc-8f6a7945ae9dae2546486656db73ea6000180a54.tar.gz |
remove unneeded configure args
Diffstat (limited to 'security')
-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 |