Index: head/graphics/libglesv2/Makefile =================================================================== --- head/graphics/libglesv2/Makefile (revision 433882) +++ head/graphics/libglesv2/Makefile (revision 433883) @@ -1,32 +1,34 @@ # Created by: kwm@FreeBSD.org # $FreeBSD$ PORTNAME= libglesv2 PORTVERSION= ${MESAVERSION} PORTREVISION= 0 CATEGORIES= graphics COMMENT= OpenGL ES v2 library +LICENSE= MIT + LIB_DEPENDS+= libdrm.so:graphics/libdrm \ libglapi.so:graphics/libglapi \ libexpat.so:textproc/expat2 # stuff not needed by libglesv2 but configure wants it USE_XORG+= dri2proto dri3proto glproto presentproto xdamage xext xfixes \ xshmfence .include .include "${.CURDIR}/../../graphics/libGL/Makefile.common" BUILD_WRKSRC= ${WRKSRC}/src/mapi INSTALL_WRKSRC= ${WRKSRC}/src/mapi .include "${.CURDIR}/../../graphics/libGL/Makefile.targets" post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/.mesa @${MV} ${STAGEDIR}${PREFIX}/lib/libGLESv2.so* \ ${STAGEDIR}${PREFIX}/lib/.mesa/ .include