diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
commit | fab688a7c4153e7aad8d81aa6c70167666bae3d8 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /net-mgmt/sysmon | |
parent | 829d284efdd1904e092f24ebc0a79dfa48355de1 (diff) | |
download | freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.gz freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.zst freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.zip |
Add missing USE_OPENSSL=yes
PR: 195796
Diffstat (limited to 'net-mgmt/sysmon')
-rw-r--r-- | net-mgmt/sysmon/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/sysmon/Makefile b/net-mgmt/sysmon/Makefile index 9d6968b10019..22c21a67e764 100644 --- a/net-mgmt/sysmon/Makefile +++ b/net-mgmt/sysmon/Makefile @@ -3,6 +3,7 @@ PORTNAME= sysmon PORTVERSION= 0.93 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://puck.nether.net/pub/jared/ \ http://titan.oxeo.com/mirror/sysmon.org/ @@ -12,16 +13,17 @@ COMMENT= Network tool designed for high performance and accurate monitoring LICENSE= GPLv2 +GNU_CONFIGURE= yes USES= alias +USE_OPENSSL= yes + +OPTIONS_DEFINE= DOCS + DOCS= Changes.html binaries.html config.html docs.html index.html \ jclient.jpg net-example.png sysmon.conf.man.html sysmon.jpg \ sysmon.man.html reporting.xml-spec.txt MANPAGE= sysmon.man.8 sysmon.conf.man.8 -GNU_CONFIGURE= yes - -OPTIONS_DEFINE= DOCS - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/sysmon ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/sysmond ${STAGEDIR}${PREFIX}/bin |