Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2019 22:40:08 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514739 - head/archivers/pear-Horde_Compress
Message-ID:  <201910182240.x9IMe84o053205@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910182240.x9IMe84o053205>