pkgsrc-WIP-changes archive

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

pcxs2: Fix PKGPATH for portaudio (following move)



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Oct 29 19:40:00 2019 -0400
Changeset:	f2c84e75198dcf88ff64693dca072d70816ee228

Modified Files:
	pcsx2/Makefile

Log Message:
pcxs2: Fix PKGPATH for portaudio (following move)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f2c84e75198dcf88ff64693dca072d70816ee228

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

diffstat:
 pcsx2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/pcsx2/Makefile b/pcsx2/Makefile
index ca1e41fad8..a2d9e0f778 100644
--- a/pcsx2/Makefile
+++ b/pcsx2/Makefile
@@ -37,7 +37,7 @@ BUILDLINK_DEPMETHOD.gtk2=	build
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../devel/sparsehash/buildlink3.mk"
 .include "../../audio/soundtouch/buildlink3.mk"
-.include "../../audio/portaudio-devel/buildlink3.mk"
+.include "../../audio/portaudio/buildlink3.mk"
 .include "../../graphics/glew/buildlink3.mk"
 .include "../../lang/Cg-compiler/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index