Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 19:25:07 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421872 - head/www/mod_authn_otp
Message-ID:  <201609111925.u8BJP7Xk035282@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Sep 11 19:25:07 2016
New Revision: 421872
URL: https://svnweb.freebsd.org/changeset/ports/421872

Log:
  www/mod_authn_otp: Document SSL requirement and set its flags
  
  While here, remove unnecessary options include.
  
  Approved by:	SSL blanket

Modified:
  head/www/mod_authn_otp/Makefile

Modified: head/www/mod_authn_otp/Makefile
==============================================================================
--- head/www/mod_authn_otp/Makefile	Sun Sep 11 19:18:59 2016	(r421871)
+++ head/www/mod_authn_otp/Makefile	Sun Sep 11 19:25:07 2016	(r421872)
@@ -14,15 +14,18 @@ COMMENT=	Apache module for one-time pass
 
 LICENSE=	APACHE20
 
+USES=		ssl
 GNU_CONFIGURE=	yes
 USE_APACHE=	22+
 
+CPPFLAGS+=	-I${OPENSSLINC}
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
+
 PORTEXAMPLES=	users.sample
 
 OPTIONS_DEFINE=	EXAMPLES
 
-.include <bsd.port.options.mk>
-
 post-configure:
 	@${REINPLACE_CMD} 's|CFLAGS =|CFLAGS ?=|' \
 		${WRKSRC}/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111925.u8BJP7Xk035282>