pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-desmume libretro-desmume: include l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1e6b4b79c6a
branches:  trunk
changeset: 327550:c1e6b4b79c6a
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jan 03 21:51:52 2019 +0000

description:
libretro-desmume: include libpcap.

diffstat:

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

diffs (16 lines):

diff -r 5dc9bf65135c -r c1e6b4b79c6a emulators/libretro-desmume/Makefile
--- a/emulators/libretro-desmume/Makefile       Thu Jan 03 21:51:18 2019 +0000
+++ b/emulators/libretro-desmume/Makefile       Thu Jan 03 21:51:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/12/18 16:54:24 nia Exp $
+# $NetBSD: Makefile,v 1.6 2019/01/03 21:51:52 nia Exp $
 
 DISTNAME=      libretro-desmume-20181207
 CATEGORIES=    emulators
@@ -46,5 +46,6 @@
            ${DESTDIR}${PREFIX}/lib/libretro/desmume_libretro.so
 
 .include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index