diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2017-03-29 06:50:28 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2017-03-29 06:50:28 +0000 |
commit | 9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab (patch) | |
tree | 3ea7a6a98fea93d62edd7b44e4c101e0dddf9589 /graphics/libEGL | |
parent | ddebd2795922b2682efeffea1de2f9c8b7391046 (diff) |
Notes
Diffstat (limited to 'graphics/libEGL')
-rw-r--r-- | graphics/libEGL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libEGL/Makefile b/graphics/libEGL/Makefile index 2e4925685b48..3da0c811e80a 100644 --- a/graphics/libEGL/Makefile +++ b/graphics/libEGL/Makefile @@ -8,8 +8,8 @@ CATEGORIES= graphics COMMENT= OpenEGL library -LIB_DEPENDS+= libpthread-stubs.so:devel/libpthread-stubs \ - libexpat.so:textproc/expat2 \ +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS+= libexpat.so:textproc/expat2 \ libdrm.so:graphics/libdrm USE_GL= gbm |