diff options
author | antoine <antoine@FreeBSD.org> | 2013-11-26 01:59:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-11-26 01:59:58 +0800 |
commit | 0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4 (patch) | |
tree | e64ba81759aa9c8a89ab66491e9dd72cbf69ebcb /archivers | |
parent | 236b5b673b5f9c7caf4d5204ce99fdfb2c33813e (diff) | |
download | freebsd-ports-gnome-0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4.tar.gz freebsd-ports-gnome-0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4.tar.zst freebsd-ports-gnome-0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4.zip |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pear-File_Archive/Makefile | 1 | ||||
-rw-r--r-- | archivers/pear-Horde_Compress/Makefile | 1 | ||||
-rw-r--r-- | archivers/pear-Horde_Compress_Fast/Makefile | 1 | ||||
-rw-r--r-- | archivers/pear-PHP_Archiv/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
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 <bsd.port.pre.mk> 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 <bsd.port.pre.mk> |