diff options
Diffstat (limited to 'graphics/php-magickwand/Makefile')
-rw-r--r-- | graphics/php-magickwand/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/php-magickwand/Makefile b/graphics/php-magickwand/Makefile index 2f6659548c18..fb34fac0d172 100644 --- a/graphics/php-magickwand/Makefile +++ b/graphics/php-magickwand/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php-magickwand -# Date created: 05 Jan 2005 -# Whom: <mark@goodstorm.com> -# +# Created by: <mark@goodstorm.com> # $FreeBSD$ -# PORTNAME= magickwand PORTVERSION= 1.0.9 @@ -23,4 +19,5 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --with-magickwand=${LOCALBASE} +NO_STAGE= yes .include <bsd.port.mk> |