diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-01-18 08:27:03 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-01-18 08:27:03 +0000 |
commit | 6b4280bb0a719d62f18f39d14b13d2b507106f30 (patch) | |
tree | 54938c09c1b3bfd51b1df98c5c7af5fdec3faa55 /x11-toolkits/wxgtk29 | |
parent | 195141bd3b0fb3c45acbc3f0785d92b0dacdb3d0 (diff) | |
download | ports-6b4280bb0a719d62f18f39d14b13d2b507106f30.tar.gz ports-6b4280bb0a719d62f18f39d14b13d2b507106f30.zip |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk29')
-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 b0a373b8da84..0d6bb571e89c 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= 1 +PORTREVISION= 2 CONFLICTS= wxgtk2-contrib-devel-2.5.2* .endif |