From e6eae5e5e50c3368daa70f67719f2c99b90cc8fa Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 18 Sep 2009 22:41:48 +0000 Subject: - Add missing pear dependency PR: 138836 Reported by: Oleg Gawriloff Feature safe: yes --- archivers/pear-File_Archive/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/pear-File_Archive/Makefile b/archivers/pear-File_Archive/Makefile index 632028c010c1..5ea159bb12f0 100644 --- a/archivers/pear-File_Archive/Makefile +++ b/archivers/pear-File_Archive/Makefile @@ -7,12 +7,14 @@ PORTNAME= File_Archive PORTVERSION= 1.5.4 +PORTREVISION= 1 CATEGORIES= archivers www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to manipulate tar, gz, tgz, bz2, tbz, zip, ar (deb) files -BUILD_DEPENDS= ${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type +BUILD_DEPENDS= ${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type \ + ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= bz2 pcre zlib -- cgit