diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-01-18 08:27:03 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-01-18 08:27:03 +0000 |
commit | cff115e41807508452296eb58de888f0822433d0 (patch) | |
tree | e93f8bf36f401375dcc9fac07ee6df8e97d92af5 /x11-toolkits/wxgtk28 | |
parent | 3e93c5f81a20cd0b680936db74b407e5ace258d0 (diff) | |
download | FreeBSD-ports-cff115e41807508452296eb58de888f0822433d0.zip FreeBSD-ports-cff115e41807508452296eb58de888f0822433d0.tar.gz |
Specify PORTREVISION in the right place.
Diffstat (limited to 'x11-toolkits/wxgtk28')
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index b0a373b..0d6bb57 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/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 |