diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:50:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:50:32 +0000 |
commit | b0beeb0ee6b183829d48ff649986432d79e17784 (patch) | |
tree | 35a51a28690c76d55f58f1bc7299a56d7294fc23 /security/stegdetect | |
parent | d53cc3ae660efafa80ead069d25ea0308fa0bc62 (diff) |
Notes
Diffstat (limited to 'security/stegdetect')
-rw-r--r-- | security/stegdetect/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index d5ef8ec8e2cc..605e0af9549d 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -19,6 +19,8 @@ COMMENT= An automated tool for detecting steganographic content in jpegs BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent .endif +BROKEN= Broken by libevent update + # Note: stegdetect includes a modified version of jpeg-6b linked statically GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |