diff options
author | jmc <jmc> | 2001-10-29 05:43:47 +0000 |
---|---|---|
committer | jmc <jmc> | 2001-10-29 05:43:47 +0000 |
commit | 21b064c63d1ec534376ab2183899cceb8c126058 (patch) | |
tree | 8d74eb095f50bcbf2888753d0d12fcef93cbbad5 /textproc/php4-wddx | |
parent | 346c38223546c99e51c064e99a79a741876ef10e (diff) | |
download | pkgsrc-21b064c63d1ec534376ab2183899cceb8c126058.tar.gz |
Fix depends lines to point to correct paths
Diffstat (limited to 'textproc/php4-wddx')
-rw-r--r-- | textproc/php4-wddx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile index 7b401dbe700..c8529d166cc 100644 --- a/textproc/php4-wddx/Makefile +++ b/textproc/php4-wddx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/10/16 06:58:34 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/29 05:43:47 jmc Exp $ .include "../../www/php4/Makefile.module" @@ -7,8 +7,8 @@ CATEGORIES+= textproc PHP_PKG_VERS= # empty COMMENT= PHP4 extension for WDDX support -DEPENDS+= php-session>=${PHP_BASE_VERS}:../../www/php4-session -DEPENDS+= php-xml>=${PHP_BASE_VERS}:../../www/php4-xml +DEPENDS+= php-session>=${PHP_BASE_VERS}:../../devel/php4-session +DEPENDS+= php-xml>=${PHP_BASE_VERS}:../../textproc/php4-xml USE_BUILDLINK_ONLY= YES CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} |