Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/graphics/enblend-enfuse/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/graphics/enblend-enfuse/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12 retrieving revision 1.15 diff -u -p -r1.12 -r1.15 --- pkgsrc/graphics/enblend-enfuse/Makefile 2012/09/14 14:38:12 1.12 +++ pkgsrc/graphics/enblend-enfuse/Makefile 2012/12/09 00:11:42 1.15 @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2012/09/14 14:38:12 obache Exp $ +# $NetBSD: Makefile,v 1.15 2012/12/09 00:11:42 adam Exp $ -DISTNAME= enblend-enfuse-4.0 -# XXX distribution file has changed; remove the line below on next update -DIST_SUBDIR= ${PKGNAME_NOREV} -PKGREVISION= 6 +DISTNAME= enblend-enfuse-4.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enblend/} @@ -12,10 +9,6 @@ HOMEPAGE= http://enblend.sourceforge.net COMMENT= Combines overlapping images without seams, with good exposure LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-753b534c819d - USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake perl:build pkg-config @@ -38,9 +31,10 @@ LIBS+= -lboost_system .include "../../devel/boost-libs/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/glew/buildlink3.mk" -.include "../../graphics/lcms/buildlink3.mk" -.include "../../graphics/libxmi/buildlink3.mk" +.include "../../graphics/lcms2/buildlink3.mk" .include "../../graphics/openexr/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../graphics/vigra/buildlink3.mk" +.include "../../math/gsl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"