summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/meschach/Makefile4
-rw-r--r--math/php-bcmath/Makefile4
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"