diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:24:52 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:24:52 +0000 |
commit | 4e3717ee4f0ddc854af6193ae45f72c6664750bc (patch) | |
tree | b2e0cd59999f67b65cab83ec61743d1e3168c3d0 /misc | |
parent | New pear bootstrap port based on go-pear, independent to php releases. (diff) |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net
Notes
Notes:
svn path=/head/; revision=150745
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pear-Services_Weather/Makefile | 4 | ||||
-rw-r--r-- | misc/pear-Text_Figlet/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/pear-Services_Weather/Makefile b/misc/pear-Services_Weather/Makefile index 42868d190e66..04d04160f97a 100644 --- a/misc/pear-Services_Weather/Makefile +++ b/misc/pear-Services_Weather/Makefile @@ -12,7 +12,7 @@ CATEGORIES= misc www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR interface to various online weather-services -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} .if !defined (WITHOUT_CACHE) @@ -40,5 +40,5 @@ EXAMPLES= globalweather-basic.php ejse-basic.php metar-basic.php \ weather.com-extensive.php .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/misc/pear-Text_Figlet/Makefile b/misc/pear-Text_Figlet/Makefile index 1651b4e52860..e433c083089d 100644 --- a/misc/pear-Text_Figlet/Makefile +++ b/misc/pear-Text_Figlet/Makefile @@ -12,7 +12,7 @@ CATEGORIES= misc www pear MAINTAINER= antonio@php.net COMMENT= Render text using FIGlet fonts -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Text @@ -23,5 +23,5 @@ EXAMPLES= figlet.php 3-d.flf alligator2.flf bell.flf block.flf contessa.flf \ _EXAMPLESDIR= docs/examples .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |