svn commit: r421773 - head/security/arirang

John Marino marino at FreeBSD.org
Sun Sep 11 01:36:14 UTC 2016


Author: marino
Date: Sun Sep 11 01:36:13 2016
New Revision: 421773
URL: https://svnweb.freebsd.org/changeset/ports/421773

Log:
  security/arirang: Add SSL flags

Modified:
  head/security/arirang/Makefile

Modified: head/security/arirang/Makefile
==============================================================================
--- head/security/arirang/Makefile	Sun Sep 11 01:05:18 2016	(r421772)
+++ head/security/arirang/Makefile	Sun Sep 11 01:36:13 2016	(r421773)
@@ -12,14 +12,15 @@ COMMENT=	Powerful webserver security sca
 
 LICENSE=	BSD3CLAUSE
 
+USES=		ssl
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 USE_LIBRUBY=	yes
 
-USE_OPENSSL=	yes
-
 CFLAGS+=	-I${LOCALBASE}/include/ruby-${RUBY_VER} -I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH}
 CFLAGS+=	-DRUBY_19
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/arirang ${STAGEDIR}${PREFIX}/sbin


More information about the svn-ports-head mailing list