pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/melonds melonds: Needs libpcap



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96f4021cf26a
branches:  trunk
changeset: 339767:96f4021cf26a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 15 14:47:43 2019 +0000

description:
melonds: Needs libpcap

diffstat:

 emulators/melonds/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r bcac9f766514 -r 96f4021cf26a emulators/melonds/Makefile
--- a/emulators/melonds/Makefile        Sun Sep 15 14:28:10 2019 +0000
+++ b/emulators/melonds/Makefile        Sun Sep 15 14:47:43 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/13 10:12:07 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/15 14:47:43 nia Exp $
 
 DISTNAME=      melonDS-0.8.3
 PKGNAME=       ${DISTNAME:S/DS/ds/}
@@ -37,5 +37,6 @@
 
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../net/libpcap/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index