summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-20 11:55:26 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-20 11:55:26 +0000
commite04561cdba02bf2356daf624ee2d97a20a82bf6f (patch)
tree7417b09e4945c6ddd23e86285bbd7fa52b317443 /emulators
parent838f0c492ec9d8b39c48cbe84fbe4e9220e8fd8e (diff)
downloadpkgsrc-e04561cdba02bf2356daf624ee2d97a20a82bf6f.tar.gz
Require libpcap>=0.6: fixes build under NetBSD 2.x and systems which don't
have libpcap in their base installation.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/simh/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index cefc7ab1af6..4d3feadf551 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/12/22 21:07:01 skrll Exp $
+# $NetBSD: Makefile,v 1.19 2005/03/20 11:55:26 jmmv Exp $
#
DISTNAME= simhv33-0
@@ -12,7 +12,10 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://simh.trailing-edge.com/
COMMENT= Bob Supnik's historical computer simulator
+BUILDLINK_DEPENDS.libpcap+= libpcap>=0.6
+
EXTRACT_CMD= unzip -aoq ${DOWNLOADED_DISTFILE}
+USE_BUILDLINK3= yes
WRKSRC= ${WRKDIR}
.include "../../mk/bsd.prefs.mk"
@@ -38,4 +41,5 @@ do-install:
${INSTALL_DATA} $$TXT ${PREFIX}/share/doc/simh; \
done)
+.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"