diff options
author | recht <recht@pkgsrc.org> | 2004-07-16 15:39:08 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-16 15:39:08 +0000 |
commit | 9b694448b704761320b256569e83e07ed10dad6f (patch) | |
tree | a67f9f20edd3fe61a7a38e869c530d6a57fe6387 /devel | |
parent | b0ef710ecd802e30a6de89d8d3e78360668aab65 (diff) | |
download | pkgsrc-9b694448b704761320b256569e83e07ed10dad6f.tar.gz |
add and enable ply
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 82956c31b13..ffcbc874810 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.517 2004/07/16 01:32:39 xtraeme Exp $ +# $NetBSD: Makefile,v 1.518 2004/07/16 15:39:08 recht Exp $ # COMMENT= Development utilities @@ -297,7 +297,7 @@ SUBDIR+= p5-Curses SUBDIR+= p5-Data-Buffer SUBDIR+= p5-Data-ShowTable SUBDIR+= p5-Data-TemporaryBag -SUBDIR+= p5-Date-Business +SUBDIR+= p5-Date-Business SUBDIR+= p5-Date-Calc SUBDIR+= p5-Date-Manip SUBDIR+= p5-Devel-Profile @@ -393,6 +393,7 @@ SUBDIR+= php4-sysvshm SUBDIR+= physfs SUBDIR+= pilrc SUBDIR+= pkgconfig +SUBDIR+= ply SUBDIR+= popt SUBDIR+= prc-tools SUBDIR+= prcs |