svn commit: r514739 - head/archivers/pear-Horde_Compress

Tobias Kortkamp tobik at FreeBSD.org
Fri Oct 18 22:40:09 UTC 2019


Author: tobik
Date: Fri Oct 18 22:40:08 2019
New Revision: 514739
URL: https://svnweb.freebsd.org/changeset/ports/514739

Log:
  archivers/pear-Horde_Compress: Spell ZLIB_USE correctly
  
  Broken in r360446 during conversion to options helpers.

Modified:
  head/archivers/pear-Horde_Compress/Makefile

Modified: head/archivers/pear-Horde_Compress/Makefile
==============================================================================
--- head/archivers/pear-Horde_Compress/Makefile	Fri Oct 18 21:40:30 2019	(r514738)
+++ head/archivers/pear-Horde_Compress/Makefile	Fri Oct 18 22:40:08 2019	(r514739)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Horde_Compress
 PORTVERSION=	2.2.2
+PORTREVISION=	1
 CATEGORIES=	archivers www pear
 
 MAINTAINER=	horde at FreeBSD.org
@@ -17,6 +18,6 @@ USE_HORDE_RUN=	Horde_Exception \
 		Horde_Util \
 		Horde_Stream_Filter
 
-ZLIP_USE=	PHP=zlib
+ZLIB_USE=	PHP=zlib
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list