diff options
Diffstat (limited to 'textproc/pecl-wbxml/Makefile')
-rw-r--r-- | textproc/pecl-wbxml/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index 73ed3a9c9ed4..91eb939134fd 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-wbxml -# Date created: 2009-03-11 -# Whom: Florian Smeets <flo@smeets.im> -# +# Created by: Florian Smeets <flo@smeets.im> # $FreeBSD$ -# PORTNAME= wbxml PORTVERSION= 1.0.3 @@ -23,4 +19,5 @@ CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \ USE_PHP= yes USE_PHPEXT= yes +NO_STAGE= yes .include <bsd.port.mk> |