aboutsummaryrefslogtreecommitdiff
path: root/security/stegdetect/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-12-05 13:29:01 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-12-05 13:29:01 +0000
commit654f115b69090156ea0f60623194d19d7b9cfa3b (patch)
treee5279b7a5a4e4949f2d66b711a51c1de93cf45df /security/stegdetect/Makefile
parentb7408d98fcf5fa9972308456c0097352f23ca710 (diff)
downloadports-654f115b69090156ea0f60623194d19d7b9cfa3b.tar.gz
ports-654f115b69090156ea0f60623194d19d7b9cfa3b.zip
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
Notes
Notes: svn path=/head/; revision=178938
Diffstat (limited to 'security/stegdetect/Makefile')
-rw-r--r--security/stegdetect/Makefile3
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