diff options
author | martti <martti> | 2002-11-05 07:33:13 +0000 |
---|---|---|
committer | martti <martti> | 2002-11-05 07:33:13 +0000 |
commit | 5b250fe52a8714f40ae494ea47e62843b83b84d7 (patch) | |
tree | cf17703fc8e061e14d8662e2cbccf901f7789b33 /math | |
parent | ad51a7580fdf03a1fac2016d553aecde1659e353 (diff) | |
download | pkgsrc-5b250fe52a8714f40ae494ea47e62843b83b84d7.tar.gz |
- make this work with apache2
- buildlink2
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 009cddb1e2c..ead8ecbc3c5 100644 --- a/math/php4-bcmath/Makefile +++ b/math/php4-bcmath/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2002/02/28 06:18:08 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/11/05 07:33:16 martti Exp $ MODNAME= bcmath CATEGORIES+= math PKGREVISION= # empty COMMENT= PHP4 extension for bc-style arbitrary precision math -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES .include "../../www/php4/Makefile.module" |