diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
commit | 654f115b69090156ea0f60623194d19d7b9cfa3b (patch) | |
tree | e5279b7a5a4e4949f2d66b711a51c1de93cf45df /security/stegdetect | |
parent | b7408d98fcf5fa9972308456c0097352f23ca710 (diff) | |
download | ports-654f115b69090156ea0f60623194d19d7b9cfa3b.tar.gz ports-654f115b69090156ea0f60623194d19d7b9cfa3b.zip |
Notes
Diffstat (limited to 'security/stegdetect')
-rw-r--r-- | security/stegdetect/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index d961d34971f5..f1b08e8c747b 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -7,6 +7,7 @@ PORTNAME= stegdetect PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.outguess.org/ \ http://distfiles.master.finkmirrors.net/ @@ -15,7 +16,7 @@ MAINTAINER= rainer.alves@gmail.com COMMENT= Automated tool for detecting steganographic content in JPEGs .if !defined(WITHOUT_X11) -BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent .endif # Note: stegdetect includes a modified version of jpeg-6b linked statically |