diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-04-05 16:49:41 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-04-05 16:49:41 +0000 |
commit | fa4db68f2e8f30bfb0c37c3b9e9c485a25f9c91c (patch) | |
tree | 760d76741e7a5dea6a0593410b5d404e31a650eb /x11-toolkits/wxgtk | |
parent | 1bf1910a88794507808c3fd9624706491d3815ff (diff) |
wxWindows -> wxWidgets
Notes
Notes:
svn path=/head/; revision=106242
Diffstat (limited to 'x11-toolkits/wxgtk')
-rw-r--r-- | x11-toolkits/wxgtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk/pkg-descr | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile index 8fed5d348a61..0b4c17976d1d 100644 --- a/x11-toolkits/wxgtk/Makefile +++ b/x11-toolkits/wxgtk/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/wxgtk/pkg-descr b/x11-toolkits/wxgtk/pkg-descr index 6ce99d6c5d9c..67f1f41d315b 100644 --- a/x11-toolkits/wxgtk/pkg-descr +++ b/x11-toolkits/wxgtk/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/ |