diff options
Diffstat (limited to 'math/blitz++/Makefile')
-rw-r--r-- | math/blitz++/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 582b6029c1e..12e394ef4c4 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/12/25 06:27:57 obache Exp $ +# $NetBSD: Makefile,v 1.20 2014/12/29 01:41:09 obache Exp $ DISTNAME= blitz-0.8 PKGNAME= blitz++-0.8 @@ -32,9 +32,9 @@ COMPILER_SPECIFIC_HEADER= sgi .elif !empty(CC_VERSION:Mgcc*) COMPILER_SPECIFIC_HEADER= gnu .endif -.ifdef COMPILER_SPECIFIC_HEADER +.if defined(COMPILER_SPECIFIC_HEADER) CONFIGURE_ENV+=COMPILER_SPECIFIC_HEADER=${COMPILER_SPECIFIC_HEADER}/bzconfig.h .endif -PLIST_SUBST+=COMPILER_SPECIFIC_HEADER=${COMPILER_SPECIFIC_HEADER:Dinclude/blitz/${COMPILER_SPECIFIC_HEADER}/bzconfig.h:U@comment} +PLIST_SUBST+=COMPILER_SPECIFIC_HEADER=${COMPILER_SPECIFIC_HEADER:Dinclude/blitz/${COMPILER_SPECIFIC_HEADER}/bzconfig.h:U@comment} .include "../../mk/bsd.pkg.mk" |