diff options
author | ale <ale@FreeBSD.org> | 2005-12-09 19:24:52 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-12-09 19:24:52 +0000 |
commit | 41604a0f0d82280948cab0ad263522cd6969d6f1 (patch) | |
tree | c92d5ad743f770a008b8555c05f3f1723eb36467 /www/pear-HTTP_Session2 | |
parent | c77ed4f552b975e069cc5960a2a5c8c8c76a6f54 (diff) | |
download | FreeBSD-ports-41604a0f0d82280948cab0ad263522cd6969d6f1.zip FreeBSD-ports-41604a0f0d82280948cab0ad263522cd6969d6f1.tar.gz |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net
Diffstat (limited to 'www/pear-HTTP_Session2')
-rw-r--r-- | www/pear-HTTP_Session2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pear-HTTP_Session2/Makefile b/www/pear-HTTP_Session2/Makefile index 6145ca9..4e6f50d 100644 --- a/www/pear-HTTP_Session2/Makefile +++ b/www/pear-HTTP_Session2/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www devel pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Object-oriented interface to the session_* family functions -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} FILES= Session.php Session/Container.php Session/Container/DB.php @@ -20,5 +20,5 @@ EXAMPLES= HTTP_Session_Example.php sessiondata.sql _EXAMPLESDIR= docs .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |