diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:00:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:00:22 +0000 |
commit | a07396feb813613ed3de6ca9d20986ad3ad84f80 (patch) | |
tree | d662dd8ce5a8cf020938b0ecee369104077db642 /security/ssldump | |
parent | 7020391cd2f53624649a52c8d760833f712a39c9 (diff) | |
download | pkgsrc-a07396feb813613ed3de6ca9d20986ad3ad84f80.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'security/ssldump')
-rw-r--r-- | security/ssldump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssldump/Makefile b/security/ssldump/Makefile index 7a7b7d7f2dd..18fef91d844 100644 --- a/security/ssldump/Makefile +++ b/security/ssldump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/11/12 03:39:43 jschauma Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/24 15:00:22 grant Exp $ # DISTNAME= ssldump-0.9b3 @@ -12,7 +12,7 @@ COMMENT= SLv3/TLS network protocol analyzer GNU_CONFIGURE= YES USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make CONFIGURE_ARGS+=--with-pcap-inc=${BUILDLINK_PREFIX.libpcap}/include \ --with-pcap-lib=${BUILDLINK_PREFIX.libpcap}/lib \ |