aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2017-05-03 23:34:33 +0000
committerMartin Matuska <mm@FreeBSD.org>2017-05-03 23:34:33 +0000
commitcee04c20586e68a52858f4102c0c83fcf4b6a572 (patch)
treefce6a7f4676aebbe2ddece2c6a45778d2f8e3d87 /archivers
parentc3fd741fdbdd919a1b4c4749439c7c383b151a62 (diff)
downloadports-cee04c20586e68a52858f4102c0c83fcf4b6a572.tar.gz
ports-cee04c20586e68a52858f4102c0c83fcf4b6a572.zip
Revert accidentially commited change in r440070
Notes
Notes: svn path=/head/; revision=440071
Diffstat (limited to 'archivers')
-rw-r--r--archivers/libarchive/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 25c1624c350e..81131ea2b145 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -2,7 +2,6 @@
PORTNAME= libarchive
PORTVERSION= 3.3.1
-PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= http://libarchive.org/downloads/
@@ -14,10 +13,11 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libexpat.so:textproc/expat2
-OPTIONS_DEFINE= LZ4 NETTLE
-OPTIONS_DEFAULT=LZ4
+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
USES= cpe iconv libtool pathfix
@@ -85,6 +85,8 @@ CFLAGS+= "-I${LOCALBASE}/include"
CPPFLAGS+= "-I${LOCALBASE}/include"
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