diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:55:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:55:26 +0000 |
commit | ac922c592e54939a66a352d951260ab2c1fd4c05 (patch) | |
tree | a1803c12d7ed1ddd17231d7c51bd8ecd19c12c72 /graphics/osgearth | |
parent | b48e96822e2e62dc4e55d3c7680ea952dc34c9bb (diff) | |
download | ports-ac922c592e54939a66a352d951260ab2c1fd4c05.tar.gz ports-ac922c592e54939a66a352d951260ab2c1fd4c05.zip |
Notes
Diffstat (limited to 'graphics/osgearth')
-rw-r--r-- | graphics/osgearth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile index fcd9844ce038..5cd9fda7b392 100644 --- a/graphics/osgearth/Makefile +++ b/graphics/osgearth/Makefile @@ -21,8 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= gwaldron USE_LDCONFIG= YES -USE_SQLITE= 3 -USES= cmake gmake pkgconfig +USES= cmake gmake pkgconfig sqlite PLIST_SUB= OSGVERSION=3.2.1 CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \ |