summaryrefslogtreecommitdiff
path: root/security/stegdetect/Makefile
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-10-20 10:17:13 +0000
committerMark Pulford <markp@FreeBSD.org>2001-10-20 10:17:13 +0000
commitdf9f60c715b94edd267f66b38cfa1fd8e39ad4d3 (patch)
treef730db5cbf48add603f43c504e282909510bdb5c /security/stegdetect/Makefile
parentUpdate to version 1.2.1 (diff)
Update to 0.3.
PR: 31308 Submitted by: Patrick Li <pat@databits.net>
Notes
Notes: svn path=/head/; revision=48972
Diffstat (limited to 'security/stegdetect/Makefile')
-rw-r--r--security/stegdetect/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
index 83f851148223..ca4508dcd213 100644
--- a/security/stegdetect/Makefile
+++ b/security/stegdetect/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= stegdetect
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= security
MASTER_SITES= http://www.outguess.org/
@@ -17,4 +17,8 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= stegdetect.1
+pre-patch:
+ @${PERL} -pi -e 's@\$$\(JPEGLIB\)@\$$\(JPEGLIB\) \-lcrypto@' \
+ ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>