svn commit: r549126 - head/archivers/p5-Compress-Raw-Lzma

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 20 18:56:57 UTC 2020


Author: sunpoet
Date: Sun Sep 20 18:56:57 2020
New Revision: 549126
URL: https://svnweb.freebsd.org/changeset/ports/549126

Log:
  Remove LZMALIB option

Modified:
  head/archivers/p5-Compress-Raw-Lzma/Makefile

Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile
==============================================================================
--- head/archivers/p5-Compress-Raw-Lzma/Makefile	Sun Sep 20 18:14:38 2020	(r549125)
+++ head/archivers/p5-Compress-Raw-Lzma/Makefile	Sun Sep 20 18:56:57 2020	(r549126)
@@ -18,11 +18,6 @@ TEST_DEPENDS=	p5-Test-Pod>=1:devel/p5-Test-Pod
 USES=		perl5
 USE_PERL5=	configure
 
-OPTIONS_DEFINE=	LZMALIB
-LZMALIB_DESC=	Use archivers/lzmalia instead of liblzma in base
-
-LZMALIB_LIB_DEPENDS=	liblzma.so.1:archivers/lzmalib
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so
 


More information about the svn-ports-all mailing list