diff options
author | xtraeme <xtraeme> | 2004-04-25 00:20:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-25 00:20:38 +0000 |
commit | 7f9a0b7388e73cbc89a15a70c3c67e13d818e2a8 (patch) | |
tree | 103ed60acee8dd16ae3889fb48a1b4ec6a165c43 /math | |
parent | 3debc1136425421723c1bd4d58dae96e09b67102 (diff) | |
download | pkgsrc-7f9a0b7388e73cbc89a15a70c3c67e13d818e2a8.tar.gz |
bl3ify
Diffstat (limited to 'math')
-rw-r--r-- | math/php4-bcmath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/php4-bcmath/Makefile b/math/php4-bcmath/Makefile index f362c2e15c1..101bc635922 100644 --- a/math/php4-bcmath/Makefile +++ b/math/php4-bcmath/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2004/04/20 19:19:23 jdolecek Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 00:23:55 xtraeme Exp $ MODNAME= bcmath CATEGORIES+= math PKGREVISION= # empty COMMENT= PHP4 extension for bc-style arbitrary precision math -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES .include "../../www/php4/Makefile.module" |