archivers/pear-Horde_Compress: Spell ZLIB_USE correctly

Broken in r360446 during conversion to options helpers.
This commit is contained in:
Tobias Kortkamp 2019-10-18 22:40:08 +00:00
parent 451a5c11bc
commit f827b4e6c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514739

View File

@ -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>