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 /cad/openvsp/Makefile | |
parent | ddebd2795922b2682efeffea1de2f9c8b7391046 (diff) |
Notes
Diffstat (limited to 'cad/openvsp/Makefile')
-rw-r--r-- | cad/openvsp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 7dcdf6847f44..9d47d3c4da6c 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -3,6 +3,7 @@ PORTNAME= openvsp PORTVERSION= 3.10.0 +PORTREVISION= 1 DISTVERSIONPREFIX= ${GH_PROJECT}_ CATEGORIES= cad @@ -14,8 +15,7 @@ LICENSE_NAME= NASA Open Source Agreement version 1.3 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libdrm.so:graphics/libdrm \ +LIB_DEPENDS= libdrm.so:graphics/libdrm \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ @@ -26,7 +26,8 @@ LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \ ${LOCALBASE}/include/eli/code_eli.hpp:graphics/code-eli \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ - ${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3 + ${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3 \ + ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs USE_GITHUB= yes GH_PROJECT= OpenVSP |