diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-20 10:57:04 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-20 10:57:04 +0800 |
commit | 37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /security/stegdetect | |
parent | 3dcb47fa66f80920ebd69fe143bd3c3db57d31f0 (diff) | |
download | freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.tar.gz freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.tar.zst freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.zip |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
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 de979d1b0d15..67dc2435c8bf 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -3,7 +3,7 @@ PORTNAME= stegdetect PORTVERSION= 0.6 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security MASTER_SITES= http://www.sourcefiles.org/Graphics/Tools/Miscellaneous/ @@ -15,7 +15,7 @@ OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes -X11_LIB_DEPENDS= libevent.so:devel/libevent2 +X11_LIB_DEPENDS= libevent.so:devel/libevent X11_USE= GNOME=gtk12 XORG=x11,xext,xi X11_CONFIGURE_ENV+= PATH_GTKCONFIG="${GTK_CONFIG}" |