diff options
author | thierry <thierry@FreeBSD.org> | 2006-03-16 04:02:26 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-03-16 04:02:26 +0800 |
commit | 3e955f8140f8e4ea0cb805a2e95482d236d41454 (patch) | |
tree | 0e6c38e8394e3c9492fa27bdbe3d39488e76ebc9 /misc | |
parent | b51dd7a86e7523bb6ea31934354db25723ecd6b6 (diff) | |
download | freebsd-ports-gnome-3e955f8140f8e4ea0cb805a2e95482d236d41454.tar.gz freebsd-ports-gnome-3e955f8140f8e4ea0cb805a2e95482d236d41454.tar.zst freebsd-ports-gnome-3e955f8140f8e4ea0cb805a2e95482d236d41454.zip |
Chase pear-Cache relocation.
Diffstat (limited to 'misc')
-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 |