diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:55:44 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:55:44 +0800 |
commit | 7055ff02f189a21dc14fc0489900f315a6e9192f (patch) | |
tree | 8297dcd0b71086ee72b8499934378d51ab6f897f /biology/hmmer | |
parent | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (diff) | |
download | freebsd-ports-gnome-7055ff02f189a21dc14fc0489900f315a6e9192f.tar.gz freebsd-ports-gnome-7055ff02f189a21dc14fc0489900f315a6e9192f.tar.zst freebsd-ports-gnome-7055ff02f189a21dc14fc0489900f315a6e9192f.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: biology)
Diffstat (limited to 'biology/hmmer')
-rw-r--r-- | biology/hmmer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile index b89ef0a3f5c8..5f48d163ccc7 100644 --- a/biology/hmmer/Makefile +++ b/biology/hmmer/Makefile @@ -24,6 +24,7 @@ EXAMPLES= 7LESS_DROME Pkinase.sto fn3.sto globins4.sto minifam.h3f minifam.h3p \ OPTIONS_DEFINE= PVM PVM_DESC= PVM support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPVM} |