diff options
author | martti <martti@pkgsrc.org> | 2002-11-05 07:33:13 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-11-05 07:33:13 +0000 |
commit | 9ef7dbabf130c22253c2d7be2eb6b4d351aa27bd (patch) | |
tree | cf17703fc8e061e14d8662e2cbccf901f7789b33 /misc | |
parent | d5cec59696273b31e5a0ff4998eae73cce33a6b6 (diff) | |
download | pkgsrc-9ef7dbabf130c22253c2d7be2eb6b4d351aa27bd.tar.gz |
- make this work with apache2
- buildlink2
Diffstat (limited to 'misc')
-rw-r--r-- | misc/php4-calendar/Makefile | 4 | ||||
-rw-r--r-- | misc/php4-mbstring/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/php4-calendar/Makefile b/misc/php4-calendar/Makefile index becf3635e0f..e35c083698d 100644 --- a/misc/php4-calendar/Makefile +++ b/misc/php4-calendar/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2002/02/28 06:18:13 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/11/05 07:33:16 martti Exp $ MODNAME= calendar CATEGORIES+= misc PKGREVISION= # empty COMMENT= PHP4 extension for calendar conversion support -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES .include "../../www/php4/Makefile.module" diff --git a/misc/php4-mbstring/Makefile b/misc/php4-mbstring/Makefile index f3d27ed7f7f..2bedd26f3a6 100644 --- a/misc/php4-mbstring/Makefile +++ b/misc/php4-mbstring/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2002/02/28 06:18:18 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/11/05 07:33:17 martti Exp $ MODNAME= mbstring CATEGORIES+= misc PKGREVISION= # empty COMMENT= PHP4 extension for multibyte characters support (currently, Japanese only) -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES .include "../../www/php4/Makefile.module" |