diff options
-rw-r--r-- | graphics/autopano-sift-C/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/autopano-sift-C/Makefile b/graphics/autopano-sift-C/Makefile index b7835d08c70..062ee1bdd3f 100644 --- a/graphics/autopano-sift-C/Makefile +++ b/graphics/autopano-sift-C/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/06/13 22:44:26 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/06/15 09:42:23 adam Exp $ DISTNAME= autopano-sift-C-2.5.1 PKGREVISION= 2 @@ -17,6 +17,10 @@ USE_CMAKE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes +# work-around finding libpng +post-extract: + rm ${WRKSRC}/CMakeModules/FindPNG.cmake + .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/libpano13/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |