summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-01-29 09:17:27 +0000
committernia <nia@pkgsrc.org>2021-01-29 09:17:27 +0000
commitab2fe6610c890822dbaa5be203b4f8a35a144aca (patch)
tree1e5e9ffdcac03b3cc6c6a3eba56bb2159c8918e7 /emulators
parentb815cb3ed5cd9519f5ca16fd3ac1376112b5acbc (diff)
downloadpkgsrc-ab2fe6610c890822dbaa5be203b4f8a35a144aca.tar.gz
libretro-picodrive: Needs zlib
Diffstat (limited to 'emulators')
-rw-r--r--emulators/libretro-picodrive/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/libretro-picodrive/Makefile b/emulators/libretro-picodrive/Makefile
index f16422f23fc..d95299f5076 100644
--- a/emulators/libretro-picodrive/Makefile
+++ b/emulators/libretro-picodrive/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/06/28 15:14:52 nia Exp $
+# $NetBSD: Makefile,v 1.12 2021/01/29 09:17:27 nia Exp $
DISTNAME= libretro-picodrive-20200527
PKGREVISION= 2
@@ -52,4 +52,5 @@ MAKE_FLAGS+= use_sh2drc=0
LIBRETRO_CORE= picodrive
.include "../../emulators/retroarch/core.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"