diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 11:00:52 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 11:00:52 +0800 |
commit | a248e5be3bdb61d77f349153312790d79d4c6fa7 (patch) | |
tree | 13997897f391057582f0535ddd7824f873d0cf21 /x11-toolkits/wxgtk29/Makefile | |
parent | 800820ff95553ecffb520258c3e904c73f7f7df8 (diff) | |
download | freebsd-ports-gnome-a248e5be3bdb61d77f349153312790d79d4c6fa7.tar.gz freebsd-ports-gnome-a248e5be3bdb61d77f349153312790d79d4c6fa7.tar.zst freebsd-ports-gnome-a248e5be3bdb61d77f349153312790d79d4c6fa7.zip |
Fix "port revision going backword".
Reported by: chkversion <kris@FreeBSD.org>
Diffstat (limited to 'x11-toolkits/wxgtk29/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index 65df32139745..4cc512ed5d22 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -7,7 +7,6 @@ PORTNAME= wx PORTVERSION= 2.6.2 -PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxwindows @@ -53,7 +52,7 @@ PLIST= ${.CURDIR}/pkg-plist WXGTK_FLAVOR?= gtk2 .if ${WXGTK_FLAVOR} == "gtk2" -PORTREVISION= 2 +PORTREVISION= 3 CONFLICTS= wxgtk2-contrib-devel-2.5.2* .endif |