diff options
author | nia <nia@pkgsrc.org> | 2019-09-15 14:47:43 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-09-15 14:47:43 +0000 |
commit | dfdcc83d787ffc1c3a9631c3998a9d0908405819 (patch) | |
tree | 1d056315457418c8c498ba9c79d7692595027caf /emulators | |
parent | 3f98e2b741d30e4963e7f12f052f79a547831aab (diff) | |
download | pkgsrc-dfdcc83d787ffc1c3a9631c3998a9d0908405819.tar.gz |
melonds: Needs libpcap
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/melonds/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/melonds/Makefile b/emulators/melonds/Makefile index e0babbe7db9..521e3eb365b 100644 --- a/emulators/melonds/Makefile +++ b/emulators/melonds/Makefile @@ -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 @@ post-install: .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" |