diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
commit | 6e2c35c083f338ceb42943121056662d71077c27 (patch) | |
tree | 552758ae68ac7d5cc8b8ab084ca3f57b0ed02319 /textproc/php-wddx/Makefile | |
parent | 10a728c9da6fdd9fcb71f5491ad5a237f5d688ab (diff) | |
download | pkgsrc-6e2c35c083f338ceb42943121056662d71077c27.tar.gz |
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Diffstat (limited to 'textproc/php-wddx/Makefile')
-rw-r--r-- | textproc/php-wddx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/php-wddx/Makefile b/textproc/php-wddx/Makefile index d9b3a4ff8c8..8d996574fb9 100644 --- a/textproc/php-wddx/Makefile +++ b/textproc/php-wddx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/11/06 21:37:37 jdolecek Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:01:26 wiz Exp $ MODNAME= wddx CATEGORIES+= textproc @@ -13,7 +13,7 @@ USE_PHP_EXT_PATCHES= # defined # appease some PHP build assumpsions CFLAGS+= -I${BUILDLINK_DIR}/include/libxml2 \ -I${BUILDLINK_DIR}/include/php/ext/date/lib - + .include "../../lang/php/phpversion.mk" |