diff options
author | fjoe <fjoe@FreeBSD.org> | 2004-04-14 01:35:52 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2004-04-14 01:35:52 +0800 |
commit | 014f1775daa78ebf3b1daef12a31f4add436c104 (patch) | |
tree | 7b7c48964b7ba2c93105ea3df22b99ba00ce38e7 /x11-toolkits/py-wxPython24 | |
parent | 661204ddbf0c3035223ea9b2e57b3033f25d25cc (diff) | |
download | freebsd-ports-gnome-014f1775daa78ebf3b1daef12a31f4add436c104.tar.gz freebsd-ports-gnome-014f1775daa78ebf3b1daef12a31f4add436c104.tar.zst freebsd-ports-gnome-014f1775daa78ebf3b1daef12a31f4add436c104.zip |
wxWindows -> wxWidgets
Prodded by: Pedro F. Giffuni <giffunip@yahoo.com>
Diffstat (limited to 'x11-toolkits/py-wxPython24')
-rw-r--r-- | x11-toolkits/py-wxPython24/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-wxPython24/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile index eef0cf4e2bfe..00f81c912c7e 100644 --- a/x11-toolkits/py-wxPython24/Makefile +++ b/x11-toolkits/py-wxPython24/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}Src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Python bindings for the wxWindows/GTK GUI toolkit +COMMENT= Python bindings for the wxWidgets/GTK GUI toolkit RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl diff --git a/x11-toolkits/py-wxPython24/pkg-descr b/x11-toolkits/py-wxPython24/pkg-descr index 7b577eb6349f..0691929385ec 100644 --- a/x11-toolkits/py-wxPython24/pkg-descr +++ b/x11-toolkits/py-wxPython24/pkg-descr @@ -2,7 +2,7 @@ From the home page: wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python - extension module (native code) that wraps the popular wxWindows cross- + extension module (native code) that wraps the popular wxWidgets cross- platform GUI library, which is written in C++. wxPython is a cross-platform toolkit. This means that the same program |