diff options
author | tsarna <tsarna> | 1998-08-12 01:53:11 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-08-12 01:53:11 +0000 |
commit | 26eda805204cb132e756e6c515ce70d220454a0a (patch) | |
tree | 41f26647b52a9a6532bc57abe7c74da497f5fed3 /devel | |
parent | af324650ca951bd551f62f97fc24909fe38470f3 (diff) | |
download | pkgsrc-26eda805204cb132e756e6c515ce70d220454a0a.tar.gz |
Enable py-curses
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3d75db05df9..54127f751ec 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 1998/08/07 22:18:56 tsarna Exp $ +# $NetBSD: Makefile,v 1.31 1998/08/12 01:53:11 tsarna Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -86,6 +86,7 @@ # SUBDIR += pccts SUBDIR += pkglint SUBDIR += prcs + SUBDIR += py-curses SUBDIR += rdp SUBDIR += readline # SUBDIR += sawt |