diff options
author | grant <grant> | 2003-11-10 04:25:08 +0000 |
---|---|---|
committer | grant <grant> | 2003-11-10 04:25:08 +0000 |
commit | 58205e7579ef1d90deeeb4af97f8bf006ef97004 (patch) | |
tree | c8ab2ed9abdf7dc66e1d9ae8f1f705081e19a5e4 /math/octave | |
parent | 3cc11ea67f26a2e1a77445c76873576a5cc3bbbd (diff) | |
download | pkgsrc-58205e7579ef1d90deeeb4af97f8bf006ef97004.tar.gz |
simplify last a little.
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index b309ba7349f..d4f7ec504a6 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2003/11/10 01:04:05 jschauma Exp $ +# $NetBSD: Makefile,v 1.39 2003/11/10 04:25:08 grant Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.17 @@ -52,7 +52,7 @@ post-install: GCC_VERSION!= ${CC} --version -.if empty(${CC_VERSION:Mgcc-3*}) +.if !empty(CC_VERSION:Mgcc-3*) PKG_FAIL_REASON= "Octave does not build with ${CC_VERSION} - please use octave-current." .endif |