diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-10-20 10:17:13 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-10-20 10:17:13 +0000 |
commit | df9f60c715b94edd267f66b38cfa1fd8e39ad4d3 (patch) | |
tree | f730db5cbf48add603f43c504e282909510bdb5c | |
parent | 5d0029e416539eb407f7b32f2e396cab20407c90 (diff) | |
download | ports-df9f60c715b94edd267f66b38cfa1fd8e39ad4d3.tar.gz ports-df9f60c715b94edd267f66b38cfa1fd8e39ad4d3.zip |
Notes
-rw-r--r-- | security/stegdetect/Makefile | 6 | ||||
-rw-r--r-- | security/stegdetect/distinfo | 2 |
2 files changed, 6 insertions, 2 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> diff --git a/security/stegdetect/distinfo b/security/stegdetect/distinfo index 7d6382731ce0..233b66c65b40 100644 --- a/security/stegdetect/distinfo +++ b/security/stegdetect/distinfo @@ -1 +1 @@ -MD5 (stegdetect-0.2.tar.gz) = 4cc42e2868e0714a3f1b9c08decae34b +MD5 (stegdetect-0.3.tar.gz) = 1578fef08169dcd7b6ab23523655a923 |