diff options
author | joerg <joerg@pkgsrc.org> | 2010-10-12 21:42:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-10-12 21:42:24 +0000 |
commit | 75092dfda088f8b5336276163eea9016e36aefa5 (patch) | |
tree | 2b6d245852dc4edb676959f2fa6a9026b9baa69c /graphics/osg | |
parent | 8c958e69d4fe2d7cd87869693b0969ba7577e612 (diff) | |
download | pkgsrc-75092dfda088f8b5336276163eea9016e36aefa5.tar.gz |
Needs pkg-config.
Diffstat (limited to 'graphics/osg')
-rw-r--r-- | graphics/osg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 7193a854f68..31a3a0fe2b5 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/09/14 11:00:46 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2010/10/12 21:42:24 joerg Exp $ DISTNAME= OpenSceneGraph-${OSGVER} PKGNAME= osg-${OSGVER} @@ -19,6 +19,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_CMAKE= yes USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= packaging/pkgconfig/openscenegraph.pc.in PKGCONFIG_OVERRIDE+= packaging/pkgconfig/openthreads.pc.in |