svn commit: r338694 - head/archivers/pecl-lzf

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 4 23:46:39 UTC 2014


Author: bapt
Date: Sat Jan  4 23:46:38 2014
New Revision: 338694
URL: http://svnweb.freebsd.org/changeset/ports/338694

Log:
  Support stage

Modified:
  head/archivers/pecl-lzf/Makefile

Modified: head/archivers/pecl-lzf/Makefile
==============================================================================
--- head/archivers/pecl-lzf/Makefile	Sat Jan  4 23:45:06 2014	(r338693)
+++ head/archivers/pecl-lzf/Makefile	Sat Jan  4 23:46:38 2014	(r338694)
@@ -12,7 +12,6 @@ DIST_SUBDIR=	PECL
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Handles LZF de/compression
 
-NO_STAGE=	yes
 USE_PHP=	yes
 USE_PHPEXT=	yes
 
@@ -21,11 +20,6 @@ WRKSRC=		${WRKDIR}/${DISTNAME:U}
 
 OPTIONS_DEFINE=		BETTER_COMPRESSION
 BETTER_COMPRESSION_DESC=	Better compression ratio
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MBETTER_COMPRESSION}
-CONFIGURE_ARGS+=	--enable-lzf-better-compression
-.endif
+BETTER_COMPRESSION_CONFIGURE_ON=	--enable-lzf-better-compression
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list