diff options
Diffstat (limited to 'security/stegdetect/Makefile')
-rw-r--r-- | security/stegdetect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index f1b08e8c747b..099a290d898f 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -7,7 +7,7 @@ PORTNAME= stegdetect PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.outguess.org/ \ http://distfiles.master.finkmirrors.net/ @@ -16,7 +16,7 @@ MAINTAINER= rainer.alves@gmail.com COMMENT= Automated tool for detecting steganographic content in JPEGs .if !defined(WITHOUT_X11) -LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent .endif # Note: stegdetect includes a modified version of jpeg-6b linked statically |