diff options
author | rillig <rillig> | 2005-10-07 12:32:33 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-10-07 12:32:33 +0000 |
commit | 644344ea161239639b868b4cfa5931b5b054190a (patch) | |
tree | a771b9640d491796200bc1cfbe05967468ab384a /math/meschach | |
parent | 99ea655e1a716442ff7ab2c649e1faff1ca3608d (diff) | |
download | pkgsrc-644344ea161239639b868b4cfa5931b5b054190a.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 |