diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-21 21:01:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-21 21:01:29 +0000 |
commit | e75965c6baa05e78e9da83535eded56e6c1aa4cc (patch) | |
tree | b8540c2f811aaa6873f63ebe685a84e3151c8018 /math/py-Numeric | |
parent | 7a8db65186e2df36a64ace60a07199b527a7b210 (diff) | |
download | pkgsrc-e75965c6baa05e78e9da83535eded56e6c1aa4cc.tar.gz |
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'math/py-Numeric')
-rw-r--r-- | math/py-Numeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 7c1e7241d1b..116adc2e454 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/04/17 01:53:01 tsarna Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/21 21:01:32 hubertf Exp $ DISTNAME= LLNLPython4 PKGNAME= py-Numeric-1.3 @@ -17,7 +17,7 @@ MAKE_FLAGS= 'OPT=${CFLAGS}' DOCDIR= ${PREFIX}/share/doc/py-Numeric .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax" -IGNORE="Needs dynamic loading" +IGNORE="${PKGNAME} needs dynamic loading" .endif do-configure: |