diff options
author | drochner <drochner@pkgsrc.org> | 2012-03-26 12:01:34 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-03-26 12:01:34 +0000 |
commit | f98c0cac5b08a05c21864c8ebdafcac6f001acac (patch) | |
tree | 684ad4112bfe29867b6c0c086b4b1561fe95312b /graphics | |
parent | 859998d7752cf5922538b93e9f53c9c47f1254a7 (diff) | |
download | pkgsrc-f98c0cac5b08a05c21864c8ebdafcac6f001acac.tar.gz |
oops - revert unwanted change
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 1163a9b69d9..9d317ae1ac5 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/03/26 12:00:33 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2012/03/26 12:01:34 drochner Exp $ DISTNAME= OpenSceneGraph-3.0.1 PKGNAME= osg-3.0.1 @@ -40,7 +40,7 @@ PLIST.x11= yes .include "../../mk/jpeg.buildlink3.mk" .endif -#.include "../../geography/gdal-lib/buildlink3.mk" +.include "../../geography/gdal-lib/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jasper/buildlink3.mk" |