diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-18 09:14:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-18 09:14:22 +0000 |
commit | ab1990a7f222bece0cd37d2ac1cbad813222c1f8 (patch) | |
tree | ae7361852428d4043d337dfb77cdffe39c1810aa | |
parent | 64dd04c15976641cec3d76453ef4e4b1d6ae6d80 (diff) | |
download | pkgsrc-ab1990a7f222bece0cd37d2ac1cbad813222c1f8.tar.gz |
Add and enable gtl0. Sort.
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3c0a09bfd4b..08550b5025a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.569 2004/11/12 00:54:08 seb Exp $ +# $NetBSD: Makefile,v 1.570 2004/11/18 09:14:22 wiz Exp $ # COMMENT= Development utilities @@ -163,6 +163,7 @@ SUBDIR+= gscope SUBDIR+= gtexinfo SUBDIR+= gtkdiff SUBDIR+= gtl +SUBDIR+= gtl0 SUBDIR+= gtoolkit-examples SUBDIR+= guile-fcgi SUBDIR+= guile-gtk @@ -260,8 +261,8 @@ SUBDIR+= lwp SUBDIR+= m4 SUBDIR+= maketool SUBDIR+= mantis -SUBDIR+= mkcmd SUBDIR+= mk-files +SUBDIR+= mkcmd SUBDIR+= monotone SUBDIR+= mph SUBDIR+= mrproject |