summaryrefslogtreecommitdiff
path: root/emulators/libretro-desmume
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-01-03 21:51:52 +0000
committernia <nia@pkgsrc.org>2019-01-03 21:51:52 +0000
commit6a6e1ffded84557180725a9ab77fa20170d12c55 (patch)
tree3ee66b4e2dadadd108356c85b8052a455051b19c /emulators/libretro-desmume
parent8cf2fb03f22bb9ccecb39bbb41cfe1e0ef8a66e1 (diff)
downloadpkgsrc-6a6e1ffded84557180725a9ab77fa20170d12c55.tar.gz
libretro-desmume: include libpcap.
Diffstat (limited to 'emulators/libretro-desmume')
-rw-r--r--emulators/libretro-desmume/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/libretro-desmume/Makefile b/emulators/libretro-desmume/Makefile
index 003aa3a533f..aa65d7f2be3 100644
--- a/emulators/libretro-desmume/Makefile
+++ b/emulators/libretro-desmume/Makefile
@@ -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 @@ do-install:
${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"