Sun Jan 3 20:45:23 2016 UTC ()
Don't try and build docs.


(markd)
diff -r1.35 -r1.36 pkgsrc/graphics/enblend-enfuse/Makefile

cvs diff -r1.35 -r1.36 pkgsrc/graphics/enblend-enfuse/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/enblend-enfuse/Makefile 2015/10/17 17:41:49 1.35
+++ pkgsrc/graphics/enblend-enfuse/Makefile 2016/01/03 20:45:23 1.36
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.35 2015/10/17 17:41:49 adam Exp $ 1# $NetBSD: Makefile,v 1.36 2016/01/03 20:45:23 markd Exp $
2 2
3DISTNAME= enblend-enfuse-4.1.4 3DISTNAME= enblend-enfuse-4.1.4
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enblend/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enblend/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://enblend.sourceforge.net/ 8HOMEPAGE= http://enblend.sourceforge.net/
9COMMENT= Combines overlapping images without seams, with good exposure 9COMMENT= Combines overlapping images without seams, with good exposure
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= gmake perl:build pkg-config 14USE_TOOLS+= gmake perl:build pkg-config
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --with-boost-filesystem 16CONFIGURE_ARGS+= --with-boost-filesystem
 17CONFIGURE_ENV+= GNUPLOT=false
17 18
18BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man 19BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
19 20
20.include "../../mk/bsd.prefs.mk" 21.include "../../mk/bsd.prefs.mk"
21 22
22.if ${OPSYS} == "Darwin" 23.if ${OPSYS} == "Darwin"
23CONFIGURE_ARGS+= --enable-openmp 24CONFIGURE_ARGS+= --enable-openmp
24CONFIGURE_ARGS+= --with-apple-opengl-framework 25CONFIGURE_ARGS+= --with-apple-opengl-framework
25.else 26.else
26CONFIGURE_ARGS+= --with-x 27CONFIGURE_ARGS+= --with-x
27.include "../../graphics/glut/buildlink3.mk" 28.include "../../graphics/glut/buildlink3.mk"
28.endif 29.endif
29 30