diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-10 22:23:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-10 22:23:48 +0000 |
commit | e8162500767e9c3e3b93f502f0ddf417adce224c (patch) | |
tree | dbfa55c4b19b5635d8178bb8122293af493306f2 /net-mgmt/nagircbot | |
parent | 4dbaf954dfeee236a9b415a89c246ae253fb72fd (diff) | |
download | ports-e8162500767e9c3e3b93f502f0ddf417adce224c.tar.gz ports-e8162500767e9c3e3b93f502f0ddf417adce224c.zip |
Notes
Diffstat (limited to 'net-mgmt/nagircbot')
-rw-r--r-- | net-mgmt/nagircbot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/nagircbot/Makefile b/net-mgmt/nagircbot/Makefile index 9277706be330..32ae195aab31 100644 --- a/net-mgmt/nagircbot/Makefile +++ b/net-mgmt/nagircbot/Makefile @@ -10,9 +10,10 @@ MASTER_SITES= http://www.vanheusden.com/nagircbot/ MAINTAINER= ports@FreeBSD.org COMMENT= IRC bot for Nagios -USES= gmake tar:tgz -USE_OPENSSL= yes +USES= gmake ssl tar:tgz USE_RC_SUBR= nagircbot +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} PLIST_FILES= bin/nagircbot |