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 | 7902c0d8164d1403abc83361a3f886b7cab8d96a (patch) | |
tree | 684ad4112bfe29867b6c0c086b4b1561fe95312b | |
parent | 4caedd6f8b05d85d619b23d213233956642d36ce (diff) | |
download | pkgsrc-7902c0d8164d1403abc83361a3f886b7cab8d96a.tar.gz |
oops - revert unwanted change
-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" |