From 811c6a551671f9fd2ecbee8f7c2ee1aa68b815af Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 20 Nov 2005 14:10:31 +0000 Subject: Fixed pkglint warning: - WARN: boolean/Makefile:21: GCC_REQD should be modified using "+=". --- cad/boolean/Makefile | 4 ++-- 1 file 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++ -- cgit v1.2.3