diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-29 17:02:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-29 17:02:29 +0800 |
commit | 50977c9251342349fc498a8139a3d4a96445bf34 (patch) | |
tree | e43cdea00e9f9d76b344c8bd292928d0eea1e5fa | |
parent | 4625c1a93f1713a9da92a6dea93f707a434c04aa (diff) | |
download | freebsd-ports-gnome-50977c9251342349fc498a8139a3d4a96445bf34.tar.gz freebsd-ports-gnome-50977c9251342349fc498a8139a3d4a96445bf34.tar.zst freebsd-ports-gnome-50977c9251342349fc498a8139a3d4a96445bf34.zip |
- Stage support
-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" |