diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-10 05:50:14 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-10 05:50:14 +0800 |
commit | 5f1b6fb2bc85ecbcc698aeee6f109e8f4e8ffb7f (patch) | |
tree | bf74b1cb820eca247217f471a581b71377887647 /x11-toolkits/wxgtk2 | |
parent | 63cd40825e4e6c5ce0b6168291407fea9cbe9a14 (diff) | |
download | freebsd-ports-gnome-5f1b6fb2bc85ecbcc698aeee6f109e8f4e8ffb7f.tar.gz freebsd-ports-gnome-5f1b6fb2bc85ecbcc698aeee6f109e8f4e8ffb7f.tar.zst freebsd-ports-gnome-5f1b6fb2bc85ecbcc698aeee6f109e8f4e8ffb7f.zip |
Fix notebook labels for GTK2 flavor.
Diffstat (limited to 'x11-toolkits/wxgtk2')
-rw-r--r-- | x11-toolkits/wxgtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk2/Makefile b/x11-toolkits/wxgtk2/Makefile index 0228b5241452..538272604967 100644 --- a/x11-toolkits/wxgtk2/Makefile +++ b/x11-toolkits/wxgtk2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWindows GUI toolkit (GTK2 version) |