diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-09 19:15:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-09 19:15:15 +0800 |
commit | acfa8639975d6faf857cd057a8184a7e581b28fa (patch) | |
tree | 73dac8f036854b756de98f1205f1617e162b5b13 /graphics | |
parent | 34dd622522f6575248de35671ad942dfb807c26d (diff) | |
download | freebsd-ports-gnome-acfa8639975d6faf857cd057a8184a7e581b28fa.tar.gz freebsd-ports-gnome-acfa8639975d6faf857cd057a8184a7e581b28fa.tar.zst freebsd-ports-gnome-acfa8639975d6faf857cd057a8184a7e581b28fa.zip |
- Chase graphics/osg update
PR: 209056
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osgearth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile index cb82c2c1d172..df88694d5466 100644 --- a/graphics/osgearth/Makefile +++ b/graphics/osgearth/Makefile @@ -19,9 +19,9 @@ LIB_DEPENDS= libosg.so:graphics/osg \ USE_GITHUB= yes GH_ACCOUNT= gwaldron -USE_LDCONFIG= YES +USE_LDCONFIG= yes USES= cmake gmake pkgconfig sqlite -PLIST_SUB= OSGVERSION=3.2.1 +PLIST_SUB= OSGVERSION=3.4.0 CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \ -DMINIZIP_INCLUDE_DIR=${LOCALBASE}/include/minizip \ |