diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-09 17:05:25 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-09 17:05:25 +0800 |
commit | dc96563039649a0ab3f48e80b8e05329a8758f1d (patch) | |
tree | 9ba4bb77643b10857a287364c7346dc6d97e7426 /net-p2p | |
parent | 03ded515b5beb943b6e9f33cf81f8c3e11ccb392 (diff) | |
download | freebsd-ports-gnome-dc96563039649a0ab3f48e80b8e05329a8758f1d.tar.gz freebsd-ports-gnome-dc96563039649a0ab3f48e80b8e05329a8758f1d.tar.zst freebsd-ports-gnome-dc96563039649a0ab3f48e80b8e05329a8758f1d.zip |
Stagify.
Diffstat (limited to 'net-p2p')
-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} |