aboutsummaryrefslogtreecommitdiff
path: root/security/stegdetect
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-11 12:44:15 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-11 12:44:15 +0000
commit1704a9c0492f55eddd5a5b75914d48ae241c643c (patch)
tree8213261d9f907697cb1f513a3078576c4e5adcf4 /security/stegdetect
parent608d67d39e3116c87218d0cf65e119c8d00dfcde (diff)
downloadports-1704a9c0492f55eddd5a5b75914d48ae241c643c.tar.gz
ports-1704a9c0492f55eddd5a5b75914d48ae241c643c.zip
Notes
Diffstat (limited to 'security/stegdetect')
-rw-r--r--security/stegdetect/Makefile4
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' \