diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 23:01:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 23:01:39 +0800 |
commit | ebc7a6da78411b9979231b33f67f288edc7c48af (patch) | |
tree | 9f7491d84dab2547cbeefd16a3b3934b947cd2f5 /net-mgmt/softflowd | |
parent | d6ea772c3e1d5dd7673b907762629d415ac86eec (diff) | |
download | freebsd-ports-gnome-ebc7a6da78411b9979231b33f67f288edc7c48af.tar.gz freebsd-ports-gnome-ebc7a6da78411b9979231b33f67f288edc7c48af.tar.zst freebsd-ports-gnome-ebc7a6da78411b9979231b33f67f288edc7c48af.zip |
- Convert gmake, bzip2, xz to USES
Approved by: portmgr
Diffstat (limited to 'net-mgmt/softflowd')
-rw-r--r-- | net-mgmt/softflowd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/softflowd/Makefile b/net-mgmt/softflowd/Makefile index 0f681b901d79..8d0822d5d03c 100644 --- a/net-mgmt/softflowd/Makefile +++ b/net-mgmt/softflowd/Makefile @@ -11,7 +11,7 @@ MAINTAINER= jmohacsi@bsd.hu COMMENT= Softflowd is flow-based network traffic analyser with export GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake PLIST_FILES= sbin/softflowd sbin/softflowctl MAN8= softflowd.8 softflowctl.8 PORTDOCS= README |