diff options
-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 |