aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-05 07:46:38 +0800
committerbapt <bapt@FreeBSD.org>2014-01-05 07:46:38 +0800
commiteafc902ef8a7d9af0366e933eabcdfb59f796719 (patch)
tree70c6a19037875a2b3eb5989112111041c5474f15 /archivers
parent83e212c3c1a6dd58eb840c9a877854f76e454896 (diff)
downloadfreebsd-ports-gnome-eafc902ef8a7d9af0366e933eabcdfb59f796719.tar.gz
freebsd-ports-gnome-eafc902ef8a7d9af0366e933eabcdfb59f796719.tar.zst
freebsd-ports-gnome-eafc902ef8a7d9af0366e933eabcdfb59f796719.zip
Support stage
Diffstat (limited to 'archivers')
-rw-r--r--archivers/pecl-lzf/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/archivers/pecl-lzf/Makefile b/archivers/pecl-lzf/Makefile
index 1d3fd78fbdc0..00d80b455b58 100644
--- a/archivers/pecl-lzf/Makefile
+++ b/archivers/pecl-lzf/Makefile
@@ -12,7 +12,6 @@ DIST_SUBDIR= PECL
MAINTAINER= miwi@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>