diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/boolean/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index af32a92787a..4a863be08fc 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/08/18 23:52:14 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.24 2005/09/11 12:42:46 dmcmahill Exp $ # DISTNAME= boolean_6_7 @@ -18,6 +18,8 @@ BUILD_DEPENDS+= cmake>=1.6.6:../../devel/cmake WRKSRC= ${WRKDIR}/boolean +GCC_REQD= 3.0 + USE_TOOLS+= gmake pkg-config tar INSTALLATION_DIRS= bin |