diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
commit | 5a1d1148e1bf522e5cec350ddbb7241017615b23 (patch) | |
tree | c0c7a07736914867ed86b175a6df18598e35d03f /security/stegdetect | |
parent | b70fcd10eb3b1db807baac1c511236218a2f249b (diff) | |
download | ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.tar.gz ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.zip |
Notes
Diffstat (limited to 'security/stegdetect')
-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 572b9b5651c0..07c715b154b1 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -7,7 +7,7 @@ PORTNAME= stegdetect PORTVERSION= 0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://www.outguess.org/ \ http://distfiles.master.finkmirrors.net/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Automated tool for detecting steganographic content in JPEGs .if !defined(WITHOUT_X11) -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent .endif # Note: stegdetect includes a modified version of jpeg-6b linked statically |