diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-07 12:32:33 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-07 12:32:33 +0000 |
commit | dcf165bab6b92a4a19357aeb10fa272314f0472f (patch) | |
tree | a771b9640d491796200bc1cfbe05967468ab384a /math/meschach | |
parent | 79ff7c7904ab734a1e0ac771a1192d6a9191dd80 (diff) | |
download | pkgsrc-dcf165bab6b92a4a19357aeb10fa272314f0472f.tar.gz |
Fixed a pkglint warning.
Diffstat (limited to 'math/meschach')
-rw-r--r-- | math/meschach/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/meschach/Makefile b/math/meschach/Makefile index 2114f5b977d..709e668f34c 100644 --- a/math/meschach/Makefile +++ b/math/meschach/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:20:05 agc Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/07 12:32:33 rillig Exp $ DISTNAME= mesch12b PKGNAME= meschach-1.2b @@ -10,7 +10,7 @@ HOMEPAGE= http://www.math.uiowa.edu/~dstewart/meschach/ COMMENT= Library of C Routines for Matrix Computations WRKSRC= ${WRKDIR} -GNU_CONFIGURE= #defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-all MAKEFILE= makefile |