diff options
author | fjoe <fjoe@FreeBSD.org> | 2004-04-06 00:49:41 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2004-04-06 00:49:41 +0800 |
commit | 0a1b7cfaefcd11e66f559f26f8b1f2e46b16ceea (patch) | |
tree | bbe243aaa8072011a726a1bc7c42d61c02b0c25c /x11-toolkits/wxgtk24 | |
parent | a8759a8d50bdb10a2312622bbe4fb3691d92ec7a (diff) | |
download | freebsd-ports-gnome-0a1b7cfaefcd11e66f559f26f8b1f2e46b16ceea.tar.gz freebsd-ports-gnome-0a1b7cfaefcd11e66f559f26f8b1f2e46b16ceea.tar.zst freebsd-ports-gnome-0a1b7cfaefcd11e66f559f26f8b1f2e46b16ceea.zip |
wxWindows -> wxWidgets
Diffstat (limited to 'x11-toolkits/wxgtk24')
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk24/pkg-descr | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index 8fed5d348a61..0b4c17976d1d 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= wxwindows DISTNAME= wxGTK-${PORTVERSION} MAINTAINER?= fjoe@FreeBSD.org -COMMENT?= The wxWindows GUI toolkit with GTK+ bindings +COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff diff --git a/x11-toolkits/wxgtk24/pkg-descr b/x11-toolkits/wxgtk24/pkg-descr index 6ce99d6c5d9c..67f1f41d315b 100644 --- a/x11-toolkits/wxgtk24/pkg-descr +++ b/x11-toolkits/wxgtk24/pkg-descr @@ -1,4 +1,4 @@ -wxWindows is a C++ GUI framework for platform independent software -development. On FreeBSD the Gtk toolkit is used. +wxWidgets (formerly known as wxWindows) is a C++ GUI framework for platform +independent software development. On FreeBSD the Gtk toolkit is used. -WWW: http://www.wxwindows.org/ +WWW: http://www.wxwidgets.org/ |