diff options
author | joerg <joerg> | 2010-10-12 21:42:24 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-10-12 21:42:24 +0000 |
commit | bf85f3dd393c3d19bdcc8919b20035000d6ed734 (patch) | |
tree | 2b6d245852dc4edb676959f2fa6a9026b9baa69c /graphics | |
parent | 2bacd6ff1fc6f5f849a429d354ef4d81b7583cc1 (diff) | |
download | pkgsrc-bf85f3dd393c3d19bdcc8919b20035000d6ed734.tar.gz |
Needs pkg-config.
Diffstat (limited to 'graphics')
-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 |