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 | |
parent | ddebd2795922b2682efeffea1de2f9c8b7391046 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gbm/Makefile | 4 | ||||
-rw-r--r-- | graphics/libEGL/Makefile | 4 | ||||
-rw-r--r-- | graphics/libdrm/Makefile | 5 | ||||
-rw-r--r-- | graphics/libglapi/Makefile | 2 | ||||
-rw-r--r-- | graphics/libreatlas/Makefile | 4 |
5 files changed, 9 insertions, 10 deletions
diff --git a/graphics/gbm/Makefile b/graphics/gbm/Makefile index cd8bf5826219..7db148fedcf9 100644 --- a/graphics/gbm/Makefile +++ b/graphics/gbm/Makefile @@ -8,8 +8,8 @@ CATEGORIES= graphics COMMENT= gbm 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 \ libglapi.so:graphics/libglapi 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 diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 4538dee79513..beb2356a9404 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -13,10 +13,9 @@ COMMENT= Userspace interface to kernel Direct Rendering Module services LICENSE= MIT -BUILD_DEPENDS= libdevq>=0.0.4:devel/libdevq +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ - libdevq.so:devel/libdevq \ - libpthread-stubs.so:devel/libpthread-stubs + libdevq.so:devel/libdevq USES= libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes diff --git a/graphics/libglapi/Makefile b/graphics/libglapi/Makefile index 42f4e2bbc11c..bbf5bc75f1f1 100644 --- a/graphics/libglapi/Makefile +++ b/graphics/libglapi/Makefile @@ -10,7 +10,7 @@ COMMENT= Common GL api library used by Mesa based ports LICENSE= MIT -LIB_DEPENDS+= libpthread-stubs.so:devel/libpthread-stubs +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs USE_XORG= x11 xau xcb xdmcp xvmc diff --git a/graphics/libreatlas/Makefile b/graphics/libreatlas/Makefile index 2915a1542522..b7a4f3b29b3d 100644 --- a/graphics/libreatlas/Makefile +++ b/graphics/libreatlas/Makefile @@ -3,7 +3,7 @@ PORTNAME= libreatlas PORTVERSION= 1.0.0a -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ @@ -12,10 +12,10 @@ COMMENT= Open Source Geography Education application LICENSE= GPLv3 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libmspack.so:archivers/libmspack \ libspatialite.so:databases/spatialite \ libsqlite3.so:databases/sqlite3 \ - libpthread-stubs.so:devel/libpthread-stubs \ libpcre.so:devel/pcre \ libcairo.so:graphics/cairo \ libgeos.so:graphics/geos \ |