diff options
author | bapt <bapt@FreeBSD.org> | 2019-02-25 20:47:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2019-02-25 20:47:20 +0800 |
commit | ba7095cf71831d7a0c9b6644b77728981cf3873d (patch) | |
tree | d8415222e0a7aac90a9bf07414ac82fe73bde13d /editors/wxhexeditor/Makefile | |
parent | d73ad115838033d066e627d84d48169b65b150c2 (diff) | |
download | freebsd-ports-gnome-ba7095cf71831d7a0c9b6644b77728981cf3873d.tar.gz freebsd-ports-gnome-ba7095cf71831d7a0c9b6644b77728981cf3873d.tar.zst freebsd-ports-gnome-ba7095cf71831d7a0c9b6644b77728981cf3873d.zip |
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr
Diffstat (limited to 'editors/wxhexeditor/Makefile')
-rw-r--r-- | editors/wxhexeditor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/wxhexeditor/Makefile b/editors/wxhexeditor/Makefile index 0c0f57872f7c..43274a7901fd 100644 --- a/editors/wxhexeditor/Makefile +++ b/editors/wxhexeditor/Makefile @@ -3,6 +3,7 @@ PORTNAME= wxhexeditor PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/wxHexEditor/v${PORTVERSION}%20Beta/ DISTNAME= wxHexEditor-v${PORTVERSION}-src |