diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-19 07:02:58 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-19 07:02:58 +0000 |
commit | b3e78ade011570b1dcd461898d088ea9902301f3 (patch) | |
tree | 1b9d2a85506cfbc18e5e565e509c8f2fda283e6c /net/flowgrep | |
parent | 062278df4f252956f2bda5c98ae5be602329048b (diff) | |
download | ports-b3e78ade011570b1dcd461898d088ea9902301f3.tar.gz ports-b3e78ade011570b1dcd461898d088ea9902301f3.zip |
Notes
Diffstat (limited to 'net/flowgrep')
-rw-r--r-- | net/flowgrep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/flowgrep/Makefile b/net/flowgrep/Makefile index 79d441e34bc7..01c064f25e42 100644 --- a/net/flowgrep/Makefile +++ b/net/flowgrep/Makefile @@ -16,9 +16,9 @@ COMMENT= TCP stream/UDP/IP payload 'grep' utility RUN_DEPENDS= ${PYTHON_SITELIBDIR}/nidsmodule.so:${PORTSDIR}/net/pynids -USE_PYTHON= YES +USE_PYTHON= yes -NO_BUILD= YES +NO_BUILD= yes PLIST_FILES= sbin/flowgrep |