diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-20 14:10:31 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-20 14:10:31 +0000 |
commit | 811c6a551671f9fd2ecbee8f7c2ee1aa68b815af (patch) | |
tree | 4df59910567748fe170db77239bfaa18b5afb64e /cad/boolean | |
parent | c746ca776c9c4ab187073bc74daf5c57f0021664 (diff) | |
download | pkgsrc-811c6a551671f9fd2ecbee8f7c2ee1aa68b815af.tar.gz |
Fixed pkglint warning:
- WARN: boolean/Makefile:21: GCC_REQD should be modified using "+=".
Diffstat (limited to 'cad/boolean')
-rw-r--r-- | cad/boolean/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index 96954800c7a..d64c6177c9c 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/09/21 23:17:20 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.26 2005/11/20 14:10:31 rillig Exp $ # DISTNAME= boolean_6_7 @@ -18,7 +18,7 @@ BUILD_DEPENDS+= cmake>=1.6.6:../../devel/cmake WRKSRC= ${WRKDIR}/boolean -GCC_REQD= 3.0 +GCC_REQD+= 3.0 USE_TOOLS+= gmake pkg-config tar USE_LANGUAGES= c++ |