diff options
author | mm <mm@FreeBSD.org> | 2017-05-04 07:34:33 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2017-05-04 07:34:33 +0800 |
commit | d78087dbdd841337ec6fc115a740f98145c09a85 (patch) | |
tree | fce6a7f4676aebbe2ddece2c6a45778d2f8e3d87 /archivers | |
parent | 93ecdc602ce1b6e82addc3f3f282de2149d2cfb7 (diff) | |
download | freebsd-ports-gnome-d78087dbdd841337ec6fc115a740f98145c09a85.tar.gz freebsd-ports-gnome-d78087dbdd841337ec6fc115a740f98145c09a85.tar.zst freebsd-ports-gnome-d78087dbdd841337ec6fc115a740f98145c09a85.zip |
Revert accidentially commited change in r440070
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile | 8 |
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 |