pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-mupen64plus



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 18 10:36:50 UTC 2019

Modified Files:
        pkgsrc/emulators/libretro-mupen64plus: Makefile

Log Message:
libretro-mupen64plus: Remove zlib and libpng dependencies.

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/emulators/libretro-mupen64plus/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/libretro-mupen64plus/Makefile
diff -u pkgsrc/emulators/libretro-mupen64plus/Makefile:1.18 pkgsrc/emulators/libretro-mupen64plus/Makefile:1.19
--- pkgsrc/emulators/libretro-mupen64plus/Makefile:1.18 Sat May 18 10:34:33 2019
+++ pkgsrc/emulators/libretro-mupen64plus/Makefile      Sat May 18 10:36:50 2019
@@ -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 @@ do-install:
        ${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