aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/libarchive/Makefile
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2016-05-13 16:55:36 +0800
committermm <mm@FreeBSD.org>2016-05-13 16:55:36 +0800
commit3663e82088b22e2dc9cfe6a5e91823a8f9b95115 (patch)
tree24ac792869a5e2ee4f8b5c56f40e50348a86bfde /archivers/libarchive/Makefile
parenta6551fed8ff6e33a2680217f0871c93cb91f40ef (diff)
downloadfreebsd-ports-gnome-3663e82088b22e2dc9cfe6a5e91823a8f9b95115.tar.gz
freebsd-ports-gnome-3663e82088b22e2dc9cfe6a5e91823a8f9b95115.tar.zst
freebsd-ports-gnome-3663e82088b22e2dc9cfe6a5e91823a8f9b95115.zip
Horde package update:
comms/pear-Horde_ActiveSync 2.31.8 -> 2.32.0 www/pear-Horde_Css_Parser 1.0.9 -> 1.0.10
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r--archivers/libarchive/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 0d520b6ac3da..8c3073bbbf92 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libarchive
PORTVERSION= 3.2.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= http://libarchive.org/downloads/
@@ -11,9 +12,10 @@ COMMENT= Library to create and read several streaming archive formats
LIB_DEPENDS= libexpat.so:textproc/expat2
-OPTIONS_DEFINE= LZO NETTLE
-OPTIONS_DEFAULT=LZO
+OPTIONS_DEFINE= LZ4 LZO NETTLE
+OPTIONS_DEFAULT=LZ4 LZO
+LZ4_DESC= Support lz4 compression via liblz4
LZO_DESC= Support lzo compression via liblzo2
NETTLE_DESC= Use Nettle instead of OpenSSL
@@ -84,6 +86,8 @@ LDFLAGS+= "-L${LOCALBASE}/lib"
LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2
LZO_CONFIGURE_WITH= lzo2
+LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4
+LZ4_CONFIGURE_WITH= lz4
NETTLE_LIB_DEPENDS= libnettle.so:security/nettle
NETTLE_CONFIGURE_WITH= nettle