pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/pcsxr



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 06:58:31 UTC 2021

Modified Files:
        pkgsrc/emulators/pcsxr: Makefile

Log Message:
pcsxr: needs libXv


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/pcsxr/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/pcsxr/Makefile
diff -u pkgsrc/emulators/pcsxr/Makefile:1.1 pkgsrc/emulators/pcsxr/Makefile:1.2
--- pkgsrc/emulators/pcsxr/Makefile:1.1 Tue Sep 29 12:23:03 2020
+++ pkgsrc/emulators/pcsxr/Makefile     Fri May 14 06:58:31 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/29 12:23:03 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/14 06:58:31 nia Exp $
 
 DISTNAME=      pcsxr-1.9.95.20190306
 CATEGORIES=    emulators
@@ -32,5 +32,6 @@ NOT_PAX_MPROTECT_SAFE=        bin/pcsxr
 .include "../../sysutils/desktop-file-utils/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXv/buildlink3.mk"
 .include "../../x11/libXxf86vm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index