diff options
author | fjoe <fjoe@FreeBSD.org> | 2007-06-25 01:50:53 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2007-06-25 01:50:53 +0800 |
commit | 3e2fdd14de58bacb450cdd1ea0c8dc39cec8b7e3 (patch) | |
tree | e240018b38667372e47d1a39fedd3274cb0329c6 /x11-toolkits/wxgtk28/Makefile | |
parent | 3618cbcfff450a8198e71c0fd6be8a6ec7abd4ba (diff) | |
download | freebsd-ports-gnome-3e2fdd14de58bacb450cdd1ea0c8dc39cec8b7e3.tar.gz freebsd-ports-gnome-3e2fdd14de58bacb450cdd1ea0c8dc39cec8b7e3.tar.zst freebsd-ports-gnome-3e2fdd14de58bacb450cdd1ea0c8dc39cec8b7e3.zip |
Update to 2.8.4.
Diffstat (limited to 'x11-toolkits/wxgtk28/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index 9bee9e204f1f..bdb83eeae2c0 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wx -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.4 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxwindows @@ -51,7 +50,7 @@ PLIST= ${.CURDIR}/pkg-plist WXGTK_FLAVOR?= gtk2 .if ${WXGTK_FLAVOR} == "gtk2" -PORTREVISION= 1 +PORTREVISION= 0 .endif .if ${WXGTK_FLAVOR} != "gtk2-common" |