diff options
author | tron <tron> | 1999-11-20 20:24:37 +0000 |
---|---|---|
committer | tron <tron> | 1999-11-20 20:24:37 +0000 |
commit | 78d8f08f4223df81bd0aa43818c54c664b53d78b (patch) | |
tree | 17dc7f5626265b66ea85b3139e77d4d95510e1ce | |
parent | 34e5af00ba57a226e37c732cc3d40fc22d504a31 (diff) | |
download | pkgsrc-78d8f08f4223df81bd0aa43818c54c664b53d78b.tar.gz |
Add and enable "py-gtk" and "gnome-python".
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index a2725550eff..c5b3d63cf06 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 1999/11/20 13:39:35 tron Exp $ +# $NetBSD: Makefile,v 1.128 1999/11/20 20:24:37 tron Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -47,6 +47,7 @@ SUBDIR += glclock SUBDIR += gnome-core SUBDIR += gnome-libs + SUBDIR += gnome-python SUBDIR += gnome-users-guide SUBDIR += gtk SUBDIR += gtk-- @@ -81,6 +82,7 @@ SUBDIR += polclock # SUBDIR += pythonqt SUBDIR += py-Tk + SUBDIR += py-gtk SUBDIR += qt # SUBDIR += qvwm SUBDIR += qwspritefield |