diff options
Diffstat (limited to 'devel/pear-VFS')
-rw-r--r-- | devel/pear-VFS/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pear-VFS/Makefile b/devel/pear-VFS/Makefile index 980e7dcda52b..f6ba8d21af52 100644 --- a/devel/pear-VFS/Makefile +++ b/devel/pear-VFS/Makefile @@ -7,13 +7,14 @@ PORTNAME= VFS PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= devel pear MAINTAINER= bg1tpt@gmail.com COMMENT= PEAR Virtual File System API BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log + ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= gettext |