svn commit: r421816 - head/security/stegdetect

John Marino marino at FreeBSD.org
Sun Sep 11 12:44:17 UTC 2016


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' \


More information about the svn-ports-all mailing list