pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-mupen64plus libretro-mupen64plus: R...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dfbfa9427d1
branches:  trunk
changeset: 323792:3dfbfa9427d1
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 18 10:36:50 2019 +0000

description:
libretro-mupen64plus: Remove zlib and libpng dependencies.

Should have been included in the previous commit, since it now uses an
internal copy.

diffstat:

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

diffs (17 lines):

diff -r 41b6e2296206 -r 3dfbfa9427d1 emulators/libretro-mupen64plus/Makefile
--- a/emulators/libretro-mupen64plus/Makefile   Sat May 18 10:34:58 2019 +0000
+++ b/emulators/libretro-mupen64plus/Makefile   Sat May 18 10:36:50 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/05/18 10:34:33 nia Exp $
+# $NetBSD: Makefile,v 1.19 2019/05/18 10:36:50 nia Exp $
 
 DISTNAME=      libretro-mupen64plus-20190426
 CATEGORIES=    emulators
@@ -56,7 +56,5 @@
        ${INSTALL_LIB} ${WRKSRC}/mupen64plus_libretro.so \
            ${DESTDIR}${PREFIX}/lib/libretro/mupen64plus_libretro.so
 
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index