diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-10 20:23:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-10 20:23:51 +0000 |
commit | b8cc0650ddce982465a049a33f37e0c6fb7f79fc (patch) | |
tree | db396ae0dde5422e8f9c4de6b1c81e2b747d8ebf /archivers/pear-File_Archive | |
parent | 4c2ed02d35d84a48eb70ec602364cdcf3f65fc88 (diff) |
Notes
Diffstat (limited to 'archivers/pear-File_Archive')
-rw-r--r-- | archivers/pear-File_Archive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/pear-File_Archive/Makefile b/archivers/pear-File_Archive/Makefile index 4c94a4eac432..92b2d3f4d05e 100644 --- a/archivers/pear-File_Archive/Makefile +++ b/archivers/pear-File_Archive/Makefile @@ -11,7 +11,8 @@ 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 RUN_DEPENDS= ${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type -USES= pear +USES= pear +NO_ARCH= yes USE_PHP= bz2 pcre zlib |