diff options
author | Max Khon <fjoe@FreeBSD.org> | 2007-06-24 17:50:53 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2007-06-24 17:50:53 +0000 |
commit | d61d62ed67d66cb84e86d84b2ad8357fd0010513 (patch) | |
tree | 1648bc498ae31b17db85026763dbfd16b37a9a28 /x11-toolkits/wxgtk29/Makefile | |
parent | 3ba1557bec44b79b3a7062a0c16adafadd7b8c6e (diff) |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk29/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index 9bee9e204f1f..bdb83eeae2c0 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/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" |