pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/octave simplify last a little.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb0e92f538e1
branches:  trunk
changeset: 463408:cb0e92f538e1
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Nov 10 04:25:08 2003 +0000

description:
simplify last a little.

diffstat:

 math/octave/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 99afc4b34335 -r cb0e92f538e1 math/octave/Makefile
--- a/math/octave/Makefile      Mon Nov 10 03:30:33 2003 +0000
+++ b/math/octave/Makefile      Mon Nov 10 04:25:08 2003 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index