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 | |
parent | 79ff7c7904ab734a1e0ac771a1192d6a9191dd80 (diff) | |
download | pkgsrc-dcf165bab6b92a4a19357aeb10fa272314f0472f.tar.gz |
Fixed a pkglint warning.
-rw-r--r-- | math/meschach/Makefile | 4 | ||||
-rw-r--r-- | math/php-bcmath/Makefile | 4 |
2 files changed, 3 insertions, 5 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 diff --git a/math/php-bcmath/Makefile b/math/php-bcmath/Makefile index 077dce88f51..3ac1625d7bc 100644 --- a/math/php-bcmath/Makefile +++ b/math/php-bcmath/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/07 12:34:11 rillig Exp $ MODNAME= bcmath CATEGORIES+= math -PKGREVISION= # empty COMMENT= PHP extension for bc-style arbitrary precision math - CONFIGURE_ARGS+= --enable-${MODNAME} .include "../../lang/php/ext.mk" |