diff options
author | cjep <cjep@pkgsrc.org> | 2003-03-16 14:25:36 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-03-16 14:25:36 +0000 |
commit | 9c4f320980d0cd5850d748ba9029bed78bb1f8ca (patch) | |
tree | d7bbedf3be9e1bef2831b5f31889ed23c67609c2 /net/sniffit | |
parent | 0823dc6de2e0cd51216b1ab576c65d2d850638bb (diff) | |
download | pkgsrc-9c4f320980d0cd5850d748ba9029bed78bb1f8ca.tar.gz |
Use CONFIG_SUB_OVERRIDE. Fixes build on NetBSD/shark.
Also, the configure script is a GNU autoconf one.
Diffstat (limited to 'net/sniffit')
-rw-r--r-- | net/sniffit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index b9cecf788a1..26b0931e95d 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/08/25 21:50:15 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2003/03/16 14:25:36 cjep Exp $ # DISTNAME= sniffit.0.3.5 @@ -12,7 +12,8 @@ COMMENT= Packet sniffer program NOT_FOR_PLATFORM= *-*-alpha # severe LP64 loss -HAS_CONFIGURE= YES +GNU_CONFIGURE= YES +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub USE_BUILDLINK2= YES ALL_TARGET= |