diff options
Diffstat (limited to 'textproc/pecl-enchant/Makefile')
-rw-r--r-- | textproc/pecl-enchant/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/pecl-enchant/Makefile b/textproc/pecl-enchant/Makefile index 528d42c198bf..25af65dd3f86 100644 --- a/textproc/pecl-enchant/Makefile +++ b/textproc/pecl-enchant/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-enchant -# Date created: 17 April 2008 -# Whom: Wen heping <wenheping@gmail.com> -# +# Created by: Wen heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= enchant DISTVERSION= 1.1.0 @@ -26,4 +22,5 @@ PHP_MODNAME= ${PORTNAME} DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=5 +NO_STAGE= yes .include <bsd.port.mk> |