Date: Sun, 11 Sep 2016 12:44:15 +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: r421816 - head/security/stegdetect Message-ID: <201609111244.u8BCiFKk079586@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Sep 11 12:44:15 2016 New Revision: 421816 URL: https://svnweb.freebsd.org/changeset/ports/421816 Log: seurity/stegdetect: Document SSL requirement and set its flags Modified: head/security/stegdetect/Makefile Modified: head/security/stegdetect/Makefile ============================================================================== --- head/security/stegdetect/Makefile Sun Sep 11 11:43:36 2016 (r421815) +++ head/security/stegdetect/Makefile Sun Sep 11 12:44:15 2016 (r421816) @@ -21,8 +21,10 @@ X11_CONFIGURE_ENV+= PATH_GTKCONFIG="${GT # Note: stegdetect includes a modified version of jpeg-6b linked statically GNU_CONFIGURE= yes -USES= gmake +USES= gmake ssl CONFIGURE_ARGS+=--program-prefix='' +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} post-patch: @${REINPLACE_CMD} 's;/usr/include/event;${LOCALBASE}/include;g' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111244.u8BCiFKk079586>