diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:17:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:17:44 +0800 |
commit | 4c4a11f7144e709be034f6fff58ed87baed516dd (patch) | |
tree | 9ed42c9c13bc14b749df74d4df401f1278278d01 /devel/ChipmunkPhysics | |
parent | 022b443812b838b9622f5eb987c038f275e0f6ea (diff) | |
download | freebsd-ports-gnome-4c4a11f7144e709be034f6fff58ed87baed516dd.tar.gz freebsd-ports-gnome-4c4a11f7144e709be034f6fff58ed87baed516dd.tar.zst freebsd-ports-gnome-4c4a11f7144e709be034f6fff58ed87baed516dd.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 4)
Diffstat (limited to 'devel/ChipmunkPhysics')
-rw-r--r-- | devel/ChipmunkPhysics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ChipmunkPhysics/Makefile b/devel/ChipmunkPhysics/Makefile index f923e18c8a52..d123044be9b8 100644 --- a/devel/ChipmunkPhysics/Makefile +++ b/devel/ChipmunkPhysics/Makefile @@ -20,4 +20,5 @@ CMAKE_ARGS= -DBUILD_DEMOS=OFF USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> |