diff options
author | xtraeme <xtraeme> | 2004-04-25 00:20:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-25 00:20:38 +0000 |
commit | c57c370fdbbb2b96a7d0bd60fca54d144f7c5fb8 (patch) | |
tree | 103ed60acee8dd16ae3889fb48a1b4ec6a165c43 /misc | |
parent | e071c84816c61e694d254b29504ab867910f0e39 (diff) | |
download | pkgsrc-c57c370fdbbb2b96a7d0bd60fca54d144f7c5fb8.tar.gz |
bl3ify
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 e35c083698d..c169210a45a 100644 --- a/misc/php4-calendar/Makefile +++ b/misc/php4-calendar/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2002/11/05 07:33:16 martti Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/25 00:20:38 xtraeme Exp $ MODNAME= calendar CATEGORIES+= misc PKGREVISION= # empty COMMENT= PHP4 extension for calendar conversion support -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES .include "../../www/php4/Makefile.module" diff --git a/misc/php4-mbstring/Makefile b/misc/php4-mbstring/Makefile index ec3eeceac72..dbba98f3580 100644 --- a/misc/php4-mbstring/Makefile +++ b/misc/php4-mbstring/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2003/08/31 19:55:51 jdolecek Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/25 00:20:38 xtraeme Exp $ MODNAME= mbstring CATEGORIES+= misc PKGREVISION= # empty COMMENT= PHP4 extension for multibyte characters support (currently, Japanese only) -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES .include "../../www/php4/Makefile.module" |