diff options
author | drochner <drochner> | 2003-07-22 17:28:27 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-07-22 17:28:27 +0000 |
commit | 88cb5fb8898bfd6440b53d8459e5ab62c686359a (patch) | |
tree | 4ef3f7a02b465176bda82a4042caa3efe00a79c5 /x11/Makefile | |
parent | 32af1b50070bd68d23d2a5eac453657def964355 (diff) | |
download | pkgsrc-88cb5fb8898bfd6440b53d8459e5ab62c686359a.tar.gz |
add the py-qt3 stuff
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 6ce3ffe4346..76b22c65bee 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.297 2003/07/15 15:55:50 drochner Exp $ +# $NetBSD: Makefile,v 1.298 2003/07/22 17:28:27 drochner Exp $ # COMMENT= Packages to support the X window system @@ -143,6 +143,9 @@ SUBDIR+= py-Tk SUBDIR+= py-gtk2 SUBDIR+= py-qt2 SUBDIR+= py-qt2-sip +SUBDIR+= py-qt3-base +SUBDIR+= py-qt3-modules +SUBDIR+= py-qt3-qscintilla SUBDIR+= py-wxWindows SUBDIR+= pygtk SUBDIR+= qt1 |