diff options
author | skrll <skrll> | 2002-01-07 08:20:14 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-01-07 08:20:14 +0000 |
commit | 0e9fd042b2147116f3eaa86d8e428c87919ad5f0 (patch) | |
tree | c026ff500d75469f7afd3ecba73bdf0255ea17db /x11 | |
parent | 0fe91cbf1c489e924bed72b36f1a037382b07a5d (diff) | |
download | pkgsrc-0e9fd042b2147116f3eaa86d8e428c87919ad5f0.tar.gz |
Add and enable the qt3 family of pkgs.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 4d96de68c1f..08810b78c9c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.236 2001/12/21 11:34:19 agc Exp $ +# $NetBSD: Makefile,v 1.237 2002/01/07 08:20:14 skrll Exp $ # COMMENT= Packages to support the X window system @@ -70,6 +70,10 @@ SUBDIR+= qt2-designer-kde SUBDIR+= qt2-docs SUBDIR+= qt2-examples SUBDIR+= qt2-libs +SUBDIR+= qt3 +SUBDIR+= qt3-docs +SUBDIR+= qt3-libs +SUBDIR+= qt3-tools SUBDIR+= qtarch SUBDIR+= qwspritefield SUBDIR+= qwt |