pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

brlcad: Require flex and re2c



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Oct 20 20:36:10 2016 +0200
Changeset:	1aaa352545cc4226e0ed594bab1a54af6612f443

Modified Files:
	brlcad/Makefile

Log Message:
brlcad: Require flex and re2c

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1aaa352545cc4226e0ed594bab1a54af6612f443

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 brlcad/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index 243af65..3c20fcc 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Cross-platform solid modeling system
 LICENSE=	gnu-lgpl-v2.1 AND modified-bsd
 
 USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config wish
+USE_TOOLS+=	pkg-config wish flex
 USE_LANGUAGES=	c c++ fortran
 
 #CMAKE_ARGS+=	-DBRLCAD_BUNDLED_LIBS=ON
@@ -44,6 +44,7 @@ PKGCONFIG_OVERRIDE+=	src/other/libz/zlib.pc.in
 
 BUILD_DEPENDS+=	astyle-[0-9]*:../../devel/astyle
 BUILD_DEPENDS+=	lemon-[0-9]*:../../devel/lemon
+BUILD_DEPENDS+=	re2c-[0-9]*:../../devel/re2c
 
 .include "../../devel/tinycthread/buildlink3.mk"
 .include "../../graphics/adaptagrams/buildlink3.mk"


Home | Main Index | Thread Index | Old Index