diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-11 12:44:15 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-11 12:44:15 +0000 |
commit | 1704a9c0492f55eddd5a5b75914d48ae241c643c (patch) | |
tree | 8213261d9f907697cb1f513a3078576c4e5adcf4 /security/stegdetect | |
parent | 608d67d39e3116c87218d0cf65e119c8d00dfcde (diff) |
Notes
Diffstat (limited to 'security/stegdetect')
-rw-r--r-- | security/stegdetect/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 7874611c0435..403b3b855880 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -21,8 +21,10 @@ X11_CONFIGURE_ENV+= PATH_GTKCONFIG="${GTK_CONFIG}" # 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' \ |