diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-15 20:02:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-15 20:02:26 +0000 |
commit | 25a7c6da5af77d1b4286ae4c4ebc65089504c221 (patch) | |
tree | a9e1132f4f7f7e965b9bcf0ca77a569672ca2ca1 /misc/pear-Services_Weather | |
parent | fa09c3bb04a083113d1a52952cc39b355cc997c2 (diff) | |
download | ports-25a7c6da5af77d1b4286ae4c4ebc65089504c221.tar.gz ports-25a7c6da5af77d1b4286ae4c4ebc65089504c221.zip |
Notes
Diffstat (limited to 'misc/pear-Services_Weather')
-rw-r--r-- | misc/pear-Services_Weather/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/pear-Services_Weather/Makefile b/misc/pear-Services_Weather/Makefile index 04d04160f97a..d9c6d06375d8 100644 --- a/misc/pear-Services_Weather/Makefile +++ b/misc/pear-Services_Weather/Makefile @@ -7,6 +7,7 @@ PORTNAME= Services_Weather PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= misc www pear MAINTAINER= ports@FreeBSD.org @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} .if !defined (WITHOUT_CACHE) -BUILD_DEPENDS+= ${PEARDIR}/Cache/Cache.php:${PORTSDIR}/sysutils/pear-Cache +BUILD_DEPENDS+= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache .endif .if !defined (WITHOUT_DB) BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB |