diff options
author | makc <makc@FreeBSD.org> | 2014-02-03 15:39:39 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-02-03 15:39:39 +0800 |
commit | 45642c8c5d1ef5462ebc040dc5dc912755b16b2b (patch) | |
tree | eeec7e47e7d146d03eba13e8ff0409f848e7df65 | |
parent | e3d0bc9ff68c6e760ca35841ea709a16c3c471a9 (diff) | |
download | freebsd-ports-gnome-45642c8c5d1ef5462ebc040dc5dc912755b16b2b.tar.gz freebsd-ports-gnome-45642c8c5d1ef5462ebc040dc5dc912755b16b2b.tar.zst freebsd-ports-gnome-45642c8c5d1ef5462ebc040dc5dc912755b16b2b.zip |
Mk/bsd.port.mk:
- Fix typo (apparently I'm the first who's trying to use new mesa ports :)
Approved by: portmgr (bapt)
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 33408276b6c8..a937c25cda5c 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1793,7 +1793,7 @@ USES+= display PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' -_GL_glesv2_LIB_DEPENDS= libGLESv2.so:${PORTSDIR}/grahpics/libglesv2 +_GL_glesv2_LIB_DEPENDS= libGLESv2.so:${PORTSDIR}/graphics/libglesv2 _GL_egl_LIB_DEPENDS= libEGL.so:${PORTSDIR}/graphics/libEGL _GL_gl_LIB_DEPENDS= libGL.so:${PORTSDIR}/graphics/libGL _GL_gl_USE_XORG= glproto dri2proto |