diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-09-11 12:42:46 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-09-11 12:42:46 +0000 |
commit | 9229ba21352dc3847f73f9dcc78985db46cc145a (patch) | |
tree | b6e4c5739f47ece63c7ece16c6459c6a49061d08 /cad/boolean | |
parent | aa2cb82ae661549d839eb3fe3233b89235efccd4 (diff) | |
download | pkgsrc-9229ba21352dc3847f73f9dcc78985db46cc145a.tar.gz |
require gcc3
Diffstat (limited to 'cad/boolean')
-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 |