diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-09 21:39:30 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-09 21:39:30 +0000 |
commit | 9a3078b0474b9a7f7a1240a2edb0288e714d09b1 (patch) | |
tree | 260c5efef85e54af3d2b87402cf9607fdfcae397 /x11-toolkits/wxgtk | |
parent | 0d4ea36140a950a8ca99af0f90fb9d38f81793e7 (diff) | |
download | FreeBSD-ports-9a3078b0474b9a7f7a1240a2edb0288e714d09b1.zip FreeBSD-ports-9a3078b0474b9a7f7a1240a2edb0288e714d09b1.tar.gz |
PORTREVISION should not be reset in previous commit.
Diffstat (limited to 'x11-toolkits/wxgtk')
-rw-r--r-- | x11-toolkits/wxgtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile index b176a9a..1088c28 100644 --- a/x11-toolkits/wxgtk/Makefile +++ b/x11-toolkits/wxgtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= wx PORTVERSION= 2.4.2 -PORTREVISION?= 0 +PORTREVISION?= 4 PKGNAMESUFFIX= ${WXGTK_FLAVOR} CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ |