svn commit: r421753 - head/net-mgmt/nagircbot

John Marino marino at FreeBSD.org
Sat Sep 10 22:23:49 UTC 2016


Author: marino
Date: Sat Sep 10 22:23:48 2016
New Revision: 421753
URL: https://svnweb.freebsd.org/changeset/ports/421753

Log:
  net-mgmt/nagircbot: Add SSL build flags

Modified:
  head/net-mgmt/nagircbot/Makefile

Modified: head/net-mgmt/nagircbot/Makefile
==============================================================================
--- head/net-mgmt/nagircbot/Makefile	Sat Sep 10 22:15:34 2016	(r421752)
+++ head/net-mgmt/nagircbot/Makefile	Sat Sep 10 22:23:48 2016	(r421753)
@@ -10,9 +10,10 @@ MASTER_SITES=	http://www.vanheusden.com/
 MAINTAINER=	ports at 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
 


More information about the svn-ports-head mailing list