From 0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4 Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 25 Nov 2013 17:59:58 +0000 Subject: Stage support for non-IGNORED pear classes Tested by: poudriere Approved by: portmgr (bapt) --- archivers/pear-File_Archive/Makefile | 1 - archivers/pear-Horde_Compress/Makefile | 1 - archivers/pear-Horde_Compress_Fast/Makefile | 1 - archivers/pear-PHP_Archiv/Makefile | 1 - 4 files changed, 4 deletions(-) (limited to 'archivers') diff --git a/archivers/pear-File_Archive/Makefile b/archivers/pear-File_Archive/Makefile index 69772f3de909..7af3e1d90c33 100644 --- a/archivers/pear-File_Archive/Makefile +++ b/archivers/pear-File_Archive/Makefile @@ -13,7 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type \ RUN_DEPENDS= ${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type \ ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -NO_STAGE= yes USE_PHP= bz2 pcre zlib LATEST_LINK= pear-${PORTNAME} diff --git a/archivers/pear-Horde_Compress/Makefile b/archivers/pear-Horde_Compress/Makefile index d397123a2faa..b767e195c8a4 100644 --- a/archivers/pear-Horde_Compress/Makefile +++ b/archivers/pear-Horde_Compress/Makefile @@ -12,7 +12,6 @@ OPTIONS_DEFAULT= ZLIB OPTIONS_DEFINE= ZLIB ZLIB_DESC= Depend on PHP zlib extension -NO_STAGE= yes USE_HORDE_RUN= Horde_Exception \ Horde_Translation \ Horde_Util \ diff --git a/archivers/pear-Horde_Compress_Fast/Makefile b/archivers/pear-Horde_Compress_Fast/Makefile index 0a019854508b..7226c3fcaf5f 100644 --- a/archivers/pear-Horde_Compress_Fast/Makefile +++ b/archivers/pear-Horde_Compress_Fast/Makefile @@ -8,7 +8,6 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde Fast Compression Library -NO_STAGE= yes USE_HORDE_RUN= Horde_Exception .include diff --git a/archivers/pear-PHP_Archiv/Makefile b/archivers/pear-PHP_Archiv/Makefile index 3e0e6c98e9a8..061cd450a286 100644 --- a/archivers/pear-PHP_Archiv/Makefile +++ b/archivers/pear-PHP_Archiv/Makefile @@ -11,7 +11,6 @@ COMMENT= Create and Use PHP Archive files BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -NO_STAGE= yes PEAR_AUTOINSTALL= yes .include -- cgit