summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-14 06:58:31 +0000
committernia <nia@pkgsrc.org>2021-05-14 06:58:31 +0000
commitc78a918ff1a765ccdcddd00addd6ce1fba95a498 (patch)
tree26505f96926fec1aeb68f9d9f5e834e5d27eaf85
parent92d397bc125007ba9358299957814394ff9c1fd3 (diff)
downloadpkgsrc-c78a918ff1a765ccdcddd00addd6ce1fba95a498.tar.gz
pcsxr: needs libXv
-rw-r--r--emulators/pcsxr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile
index 4c5a896cef8..172da0b15da 100644
--- a/emulators/pcsxr/Makefile
+++ b/emulators/pcsxr/Makefile
@@ -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"