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