diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /graphics/osgearth | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) |
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 275381ca6926..d0bfba2dc539 100644 --- a/graphics/osgearth/Makefile +++ b/graphics/osgearth/Makefile @@ -20,8 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} USE_LDCONFIG= YES USE_SQLITE= 3 -USE_ZIP= YES -USES= cmake gmake pkgconfig +USES= cmake gmake pkgconfig zip PLIST_SUB= OSGVERSION=3.2.0 CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \ |