diff options
author | epg <epg@pkgsrc.org> | 2008-12-13 05:20:44 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-12-13 05:20:44 +0000 |
commit | 810603e1d403ee8a9cbce5632c4cea5d21d4c1a7 (patch) | |
tree | 5be900548b0c2ea8dd09e3938fc59711787d322d | |
parent | 745f7e502dbfc5b065b48c9ab34acceec096fa39 (diff) | |
download | pkgsrc-810603e1d403ee8a9cbce5632c4cea5d21d4c1a7.tar.gz |
Add and enable py-qt4.
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index ac9defec036..815bd4282c2 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.573 2008/12/03 09:43:47 wiz Exp $ +# $NetBSD: Makefile,v 1.574 2008/12/13 05:20:44 epg Exp $ # COMMENT= Packages to support the X window system @@ -259,6 +259,7 @@ SUBDIR+= py-gnome2-desktop SUBDIR+= py-gnome2-extras SUBDIR+= py-gtk2 SUBDIR+= py-gtksourceview +SUBDIR+= py-qt4 SUBDIR+= py-qt3-base SUBDIR+= py-qt3-modules SUBDIR+= py-qt3-qscintilla |