diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-20 06:29:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-20 06:29:43 +0000 |
commit | a3b3ff1f71d4540d51a06f721edd067541319a86 (patch) | |
tree | 23a506177a98074b1eeeecffcf83e0fc8e89b43d /security | |
parent | 86915ae712b4f10753afd43317455dcfa3607e64 (diff) | |
download | ports-a3b3ff1f71d4540d51a06f721edd067541319a86.tar.gz ports-a3b3ff1f71d4540d51a06f721edd067541319a86.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/stegdetect/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index eead3b3d711a..7874611c0435 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -3,25 +3,20 @@ PORTNAME= stegdetect PORTVERSION= 0.6 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security -MASTER_SITES= http://www.outguess.org/ \ - http://distfiles.master.finkmirrors.net/ \ - http://www.predatorlabs.net/dl/ +MASTER_SITES= http://www.sourcefiles.org/Graphics/Tools/Miscellaneous/ MAINTAINER= ports@FreeBSD.org COMMENT= Automated tool for detecting steganographic content in JPEGs -DEPRECATED= Does not fetch -EXPIRATION_DATE= 2016-07-20 - OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes X11_LIB_DEPENDS= libevent.so:devel/libevent2 -X11_USE= gnome=gtk12 +X11_USE= GNOME=gtk12 XORG=x11,xext,xi X11_CONFIGURE_ENV+= PATH_GTKCONFIG="${GTK_CONFIG}" # Note: stegdetect includes a modified version of jpeg-6b linked statically |