pkgsrc-WIP-changes archive

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

gambas3-gb-opengl-glsl: Add missing glu dependency



Module Name:	pkgsrc-wip
Committed By:	bgermann <bastiangermann%fishpost.de@localhost>
Pushed By:	bgermann
Date:		Mon Sep 10 12:24:41 2018 +0200
Changeset:	32c1097974448a9cbba265b2679108507693bbdc

Modified Files:
	gambas3-gb-opengl-glsl/Makefile

Log Message:
gambas3-gb-opengl-glsl: Add missing glu dependency

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

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

diffstat:
 gambas3-gb-opengl-glsl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gambas3-gb-opengl-glsl/Makefile b/gambas3-gb-opengl-glsl/Makefile
index 85aaa42ef4..7b887ac139 100644
--- a/gambas3-gb-opengl-glsl/Makefile
+++ b/gambas3-gb-opengl-glsl/Makefile
@@ -8,6 +8,6 @@ PKGNAME=	gambas3-gb-opengl-glsl-${GB_VERSION}
 MAINTAINER=	bastiangermann%fishpost.de@localhost
 COMMENT=	OpenGL Shading Language for Gambas
 
-.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../graphics/glew/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index