diff options
Diffstat (limited to 'textproc/php4-wddx/Makefile')
-rw-r--r-- | textproc/php4-wddx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile index dd89550962a..73b1f0bac9d 100644 --- a/textproc/php4-wddx/Makefile +++ b/textproc/php4-wddx/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2002/10/09 19:25:50 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/08/31 19:56:00 jdolecek Exp $ MODNAME= wddx CATEGORIES+= textproc PKGREVISION= # empty COMMENT= PHP4 extension for WDDX support -DEPENDS+= php-session>=${PHP_BASE_VERS}:../../devel/php4-session -DEPENDS+= php-xml>=${PHP_BASE_VERS}:../../textproc/php4-xml - USE_BUILDLINK2= YES +DISTINFO_FILE= ${PKGDIR}/distinfo .include "../../www/php4/Makefile.module" |