diff options
-rw-r--r-- | www/clearsilver-python/Makefile | 1 | ||||
-rw-r--r-- | www/grr/Makefile | 1 | ||||
-rw-r--r-- | www/phalcon/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/www/clearsilver-python/Makefile b/www/clearsilver-python/Makefile index 7a640d4cceb8..7915be4a79c4 100644 --- a/www/clearsilver-python/Makefile +++ b/www/clearsilver-python/Makefile @@ -5,5 +5,4 @@ WITH_PYTHON= yes MASTERDIR= ${.CURDIR}/../clearsilver -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/www/grr/Makefile b/www/grr/Makefile index 59fe32a5f388..39dede0030a0 100644 --- a/www/grr/Makefile +++ b/www/grr/Makefile @@ -18,5 +18,4 @@ USE_GNUSTEP_LOCAL_LIBS+= RSSKit:${RSSKIT_PORT} RSSKIT_PORT?= www/rsskit -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile index 7fa9887fb2c8..60aa8e0d18a7 100644 --- a/www/phalcon/Makefile +++ b/www/phalcon/Makefile @@ -23,7 +23,6 @@ USE_PHPEXT= yes USE_PHPIZE= yes USE_PHP_BUILD= yes -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" |