Sat Oct 17 17:41:49 2015 UTC ()
Turns out help2man is needed, so it is not in BUILD_DEPENDS


(adam)
diff -r1.34 -r1.35 pkgsrc/graphics/enblend-enfuse/Makefile

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

--- pkgsrc/graphics/enblend-enfuse/Makefile 2015/10/12 16:01:18 1.34
+++ pkgsrc/graphics/enblend-enfuse/Makefile 2015/10/17 17:41:49 1.35
@@ -1,30 +1,32 @@ @@ -1,30 +1,32 @@
1# $NetBSD: Makefile,v 1.34 2015/10/12 16:01:18 adam Exp $ 1# $NetBSD: Makefile,v 1.35 2015/10/17 17:41:49 adam 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
17 17
 18BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
 19
18.include "../../mk/bsd.prefs.mk" 20.include "../../mk/bsd.prefs.mk"
19 21
20.if ${OPSYS} == "Darwin" 22.if ${OPSYS} == "Darwin"
21CONFIGURE_ARGS+= --enable-openmp 23CONFIGURE_ARGS+= --enable-openmp
22CONFIGURE_ARGS+= --with-apple-opengl-framework 24CONFIGURE_ARGS+= --with-apple-opengl-framework
23.else 25.else
24CONFIGURE_ARGS+= --with-x 26CONFIGURE_ARGS+= --with-x
25.include "../../graphics/glut/buildlink3.mk" 27.include "../../graphics/glut/buildlink3.mk"
26.endif 28.endif
27 29
28LIBS+= -lboost_system 30LIBS+= -lboost_system
29 31
30.include "../../devel/boost-headers/buildlink3.mk" 32.include "../../devel/boost-headers/buildlink3.mk"