Tue Jul 31 18:16:50 2012 UTC ()
It seems pdftex is also needed, no idea why this wasn't detected earlier.


(wiz)
diff -r1.35 -r1.36 pkgsrc/devel/flex/Makefile

cvs diff -r1.35 -r1.36 pkgsrc/devel/flex/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/flex/Makefile 2012/07/29 19:42:21 1.35
+++ pkgsrc/devel/flex/Makefile 2012/07/31 18:16:50 1.36
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.35 2012/07/29 19:42:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.36 2012/07/31 18:16:50 wiz Exp $
2 2
3DISTNAME= flex-2.5.36 3DISTNAME= flex-2.5.36
4CATEGORIES= lang 4CATEGORIES= lang
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flex/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flex/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://flex.sourceforge.net/ 8HOMEPAGE= http://flex.sourceforge.net/
9COMMENT= Fast clone of lex(1), the lexical scanner generator 9COMMENT= Fast clone of lex(1), the lexical scanner generator
10 10
11BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo 11BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo
12BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex 12BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
 13BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
13BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts 14BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
14 15
15PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
16 17
17GNU_CONFIGURE= YES 18GNU_CONFIGURE= YES
18USE_TOOLS+= gm4:run makeinfo 19USE_TOOLS+= gm4:run makeinfo
19MAKE_JOBS_SAFE= no 20MAKE_JOBS_SAFE= no
20TEST_TARGET= check 21TEST_TARGET= check
21INFO_FILES= yes 22INFO_FILES= yes
22LIBS.SunOS+= -lm 23LIBS.SunOS+= -lm
23USE_PKGLOCALEDIR= YES 24USE_PKGLOCALEDIR= YES
24 25
25.include "../../mk/bsd.prefs.mk" 26.include "../../mk/bsd.prefs.mk"