diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 00:45:48 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 00:45:48 +0800 |
commit | b88f4cf247c2a0e92dcafc891bc066468186ea51 (patch) | |
tree | 1dc08c70b9c4f9715bf72cd2762064ddce526df3 /net-p2p/twister | |
parent | c1ef8e6b1b8829f1807641196e8d6c2cbfee62ef (diff) | |
download | freebsd-ports-gnome-b88f4cf247c2a0e92dcafc891bc066468186ea51.tar.gz freebsd-ports-gnome-b88f4cf247c2a0e92dcafc891bc066468186ea51.tar.zst freebsd-ports-gnome-b88f4cf247c2a0e92dcafc891bc066468186ea51.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'net-p2p/twister')
-rw-r--r-- | net-p2p/twister/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile index 566d238497e9..286fa797c360 100644 --- a/net-p2p/twister/Makefile +++ b/net-p2p/twister/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libleveldb.so:${PORTSDIR}/databases/leveldb \ libicui18n.so:${PORTSDIR}/devel/icu -OPTIONS_DEFINE= UPNP +OPTIONS_DEFINE= UPNP DOCS OPTIONS_DEFAULT= UPNP UPNP_DESC= UPnP port mapping UPNP_LIB_DEPENDS= libminiupnpc.so:${PORTSDIR}/net/miniupnpc |