diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-18 04:39:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-18 04:39:45 +0000 |
commit | a40ff7727bc53fd4eded6a99417c98ce2f3d5973 (patch) | |
tree | eeb6294065e616be0cc3ddd42040b24e891f1ffe /x11-toolkits/Makefile | |
parent | 3598006a09c9815b7531f055c01efd6b3515aba2 (diff) | |
download | ports-a40ff7727bc53fd4eded6a99417c98ce2f3d5973.tar.gz ports-a40ff7727bc53fd4eded6a99417c98ce2f3d5973.zip |
Add py-gtkglext, the Python language binding for GtkGLExt, an OpenGL Extension
to GTK.
PR: 51114
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes:
svn path=/head/; revision=79177
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 25841614b3e5..4e5d75c254c8 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -134,6 +134,7 @@ SUBDIR += py-gnome2 SUBDIR += py-gtk SUBDIR += py-gtk2 + SUBDIR += py-gtkglext SUBDIR += py-gtkscintilla SUBDIR += py-kde SUBDIR += py-qt |