summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-11-10 04:25:08 +0000
committergrant <grant@pkgsrc.org>2003-11-10 04:25:08 +0000
commitce4f7a838c921e11b80153cee8f0c1164d516f60 (patch)
treec8ab2ed9abdf7dc66e1d9ae8f1f705081e19a5e4 /math
parent9481ae28d802eb93edd50c3a0f62a688d1863fce (diff)
downloadpkgsrc-ce4f7a838c921e11b80153cee8f0c1164d516f60.tar.gz
simplify last a little.
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile4
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