diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-25 21:35:45 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-25 21:35:45 +0000 |
commit | 52e5539c94f75cc02806cc4d5d945e27b4b4ae38 (patch) | |
tree | 3a75bb4d3fc5482a690315ac94afb1a4069e15c9 /devel | |
parent | f4916ff7964b0d8783da80a41d8281a1e0b5c60d (diff) | |
download | ports-52e5539c94f75cc02806cc4d5d945e27b4b4ae38.tar.gz ports-52e5539c94f75cc02806cc4d5d945e27b4b4ae38.zip |
- Take maintainership;
- since I'm here, fix RUN_DEPENDS.
PR: ports/70957
Submitted by: Antônio Carlos Venâncio Júnior
Notes
Notes:
svn path=/head/; revision=117278
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Config/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/pear-Config/Makefile b/devel/pear-Config/Makefile index 446552cdd4ac..c78b734ffbb4 100644 --- a/devel/pear-Config/Makefile +++ b/devel/pear-Config/Makefile @@ -10,12 +10,11 @@ PORTVERSION= 1.8 PORTREVISION= 1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antonio@php.net COMMENT= PEAR Config package provides methods for configuration manipulation BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR -RUN_DEPENDS= ${BUILD_DEPENDS} \ - ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ +RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util FILES= Config.php Config/Container.php Config/Container/Apache.php \ |