diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-19 06:41:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-19 06:41:48 +0800 |
commit | e6eae5e5e50c3368daa70f67719f2c99b90cc8fa (patch) | |
tree | d0572048a59535ea164bb68211b515ca1ea3a0a2 /archivers | |
parent | f4b04fb3ee317b2a7a7f7ce86746403d27eda4b2 (diff) | |
download | freebsd-ports-gnome-e6eae5e5e50c3368daa70f67719f2c99b90cc8fa.tar.gz freebsd-ports-gnome-e6eae5e5e50c3368daa70f67719f2c99b90cc8fa.tar.zst freebsd-ports-gnome-e6eae5e5e50c3368daa70f67719f2c99b90cc8fa.zip |
- Add missing pear dependency
PR: 138836
Reported by: Oleg Gawriloff <barzog@telecom.by>
Feature safe: yes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pear-File_Archive/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |