diff options
author | dillo <dillo@pkgsrc.org> | 2002-10-02 19:11:59 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2002-10-02 19:11:59 +0000 |
commit | b28374defa5b05716d2139c3103c659171f6bd05 (patch) | |
tree | 54d7c1a041c9027a33e70090b7a56f272a258cbc /net/trafshow/Makefile | |
parent | e32380502f7a410c38067377f3d8079c97d846d1 (diff) | |
download | pkgsrc-b28374defa5b05716d2139c3103c659171f6bd05.tar.gz |
get rid of autoconf build dependency by patching configure
Diffstat (limited to 'net/trafshow/Makefile')
-rw-r--r-- | net/trafshow/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 7b9dcad01c2..4f5b2340be0 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/05/11 10:21:28 zuntum Exp $ +# $NetBSD: Makefile,v 1.13 2002/10/02 19:20:39 dillo Exp $ DISTNAME= trafshow-3.1 PKGREVISION= 1 @@ -14,8 +14,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://soft.risp.ru/trafshow/index.shtml COMMENT= Full screen visualization of the network traffic -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf - GNU_CONFIGURE= yes ALL_TARGET= trafshow @@ -27,9 +25,6 @@ BUILD_DEFS+= USE_INET6 CPPFLAGS+= -DINET6 .endif -pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1 |