From c21a8c65427d4155fcdf9741d5d8d55f55a246dc Mon Sep 17 00:00:00 2001 From: jakob Date: Wed, 13 Jun 2001 21:52:50 +0000 Subject: [PATCH] remove python dependency. suggested by . --- net/ethereal/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index bee5cefe1ef..13269c788f4 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2001/05/23 08:38:40 wilfried Exp $ +# $OpenBSD: Makefile,v 1.47 2001/06/13 21:52:50 jakob Exp $ COMMENT= network protocol analyzer @@ -18,7 +18,6 @@ MASTER_SITES= http://www.ethereal.com/distribution/ \ HOMEPAGE= http://www.ethereal.com/ LIB_DEPENDS= gtk.1.2::x11/gtk+ -BUILD_DEPENDS= python::lang/python MAINTAINER= Jakob Schlyter @@ -45,6 +44,11 @@ LIB_DEPENDS+= snmp::net/ucd-snmp CONFIGURE_ARGS+= --disable-snmp .endif +pre-build: +.if defined(SEPARATE_BUILD) + cp -p ${WRKSRC}/packet-ncp2222.c ${WRKBUILD} +.endif + post-install: ${INSTALL_MAN} ${WRKBUILD}/editcap.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKBUILD}/ethereal.1 ${PREFIX}/man/man1