diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-12 10:04:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-12 10:04:33 +0000 |
commit | ee9f236d24b9b7887250a53d0929b48a2952e55f (patch) | |
tree | 8082e7228f37a027bea0f724b1fdf95f26dd6888 /devel | |
parent | 00e07f5a09269d46180336c6baf3eccfbbdf661d (diff) | |
download | pkgsrc-ee9f236d24b9b7887250a53d0929b48a2952e55f.tar.gz |
Sort.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index ba45d465959..602ee095ebb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1400 2010/09/12 04:28:50 taca Exp $ +# $NetBSD: Makefile,v 1.1401 2010/09/12 10:04:33 wiz Exp $ # COMMENT= Development utilities @@ -1274,9 +1274,9 @@ SUBDIR+= ruby-subversion SUBDIR+= ruby-termcolor SUBDIR+= ruby-test-spec SUBDIR+= ruby-test-unit +SUBDIR+= ruby-thor SUBDIR+= ruby-thrift SUBDIR+= ruby-thrift_client -SUBDIR+= ruby-thor SUBDIR+= ruby-uuidtools SUBDIR+= ruby-validatable SUBDIR+= ruby2ruby |