Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
14 lines
238 B
Makefile
14 lines
238 B
Makefile
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -opengl
|
|
|
|
COMMENT= OpenGL renderer for MyGUI
|
|
|
|
MASTERDIR= ${.CURDIR}/../mygui
|
|
|
|
MYGUI_RENDERSYSTEM= 4
|
|
MYGUI_SUBDIR= Platforms/OpenGL/OpenGLPlatform
|
|
|
|
USES= gl
|
|
USE_GL= gl glu
|
|
|
|
.include "${MASTERDIR}/Makefile"
|