diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-09 09:05:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-09 09:05:25 +0000 |
commit | e60c5ecbaec3504f741c0764f43a2151ce6dc4ef (patch) | |
tree | 9ba4bb77643b10857a287364c7346dc6d97e7426 | |
parent | a517c8e5e3d548fec700ec6b6f5a7314b933a1e5 (diff) | |
download | freebsd-ports-e60c5ecbaec3504f741c0764f43a2151ce6dc4ef.zip |
Stagify.
-rw-r--r-- | net-p2p/btqueue/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-p2p/btqueue/Makefile b/net-p2p/btqueue/Makefile index 24afc8b99816..a1f65170802c 100644 --- a/net-p2p/btqueue/Makefile +++ b/net-p2p/btqueue/Makefile @@ -25,7 +25,6 @@ OPTIONS_DEFINE= PYXML OPTIONS_DEFAULT= PYXML PYXML_DESC= Add dependency on PyXML (needed for crawler only) -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPYXML} |