remove python dependency. suggested by <crh@nts.umn.edu>.

This commit is contained in:
jakob 2001-06-13 21:52:50 +00:00
parent 55f8f581c7
commit c21a8c6542

View File

@ -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 <jakob@openbsd.org>
@ -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