diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-13 16:43:01 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-13 16:43:01 +0000 |
commit | dd0f2edc9ea6feff907a613271c25e6d3d8b302f (patch) | |
tree | a8db1e144e5b41fe05029896f51aa77c2dd95763 | |
parent | 7e8a6df2dbb8f431c2ecf078707966fa7b2a62ac (diff) | |
download | pkgsrc-dd0f2edc9ea6feff907a613271c25e6d3d8b302f.tar.gz |
Add makedepf90.
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4bbc4314fdf..6da534275fd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.744 2006/04/11 17:41:48 minskim Exp $ +# $NetBSD: Makefile,v 1.745 2006/04/13 16:43:02 minskim Exp $ # COMMENT= Development utilities @@ -284,6 +284,7 @@ SUBDIR+= lincvs SUBDIR+= ltsa SUBDIR+= lwp SUBDIR+= m4 +SUBDIR+= makedepf90 SUBDIR+= maketool SUBDIR+= mantis SUBDIR+= memcached diff --git a/doc/CHANGES b/doc/CHANGES index 09e41337220..cb7532928bb 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.13562 2006/04/13 13:35:57 wulf Exp $ +$NetBSD: CHANGES,v 1.13563 2006/04/13 16:43:01 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2061,3 +2061,4 @@ Changes to the packages collection and infrastructure in 2006: Updated databases/mysql5-server to 5.0.20 [xtraeme 2006-04-13] Updated misc/libcdio to 0.76nb3 [tron 2006-04-13] Updated devel/swig to 1.3.29 [wulf 2006-04-13] + Added devel/makedepf90 version 2.8.4 [minskim 2006-04-13] |