pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/simh Require libpcap>=0.6: fixes build under...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/615ef596ab88
branches:  trunk
changeset: 490788:615ef596ab88
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 20 11:55:26 2005 +0000

description:
Require libpcap>=0.6: fixes build under NetBSD 2.x and systems which don't
have libpcap in their base installation.

diffstat:

 emulators/simh/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 73ddbed09032 -r 615ef596ab88 emulators/simh/Makefile
--- a/emulators/simh/Makefile   Sun Mar 20 11:10:22 2005 +0000
+++ b/emulators/simh/Makefile   Sun Mar 20 11:55:26 2005 +0000
@@ -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 @@
 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 @@
                ${INSTALL_DATA} $$TXT ${PREFIX}/share/doc/simh;         \
        done)
 
+.include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index