diff options
author | imil <imil> | 2013-05-10 12:57:39 +0000 |
---|---|---|
committer | imil <imil> | 2013-05-10 12:57:39 +0000 |
commit | 0ac8de303c77713f698a3e5f481bcff11915dbf0 (patch) | |
tree | d36e748de2eee880ec0a472f7a5c91b2e3f8d176 /devel | |
parent | ab28e95514f03d493b0dec7ffc3c38c4b69a91c1 (diff) | |
download | pkgsrc-0ac8de303c77713f698a3e5f481bcff11915dbf0.tar.gz |
add & enable bpython
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 8e5b6f95b18..2c89692690d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1740 2013/05/10 01:22:27 riastradh Exp $ +# $NetBSD: Makefile,v 1.1741 2013/05/10 12:57:39 imil Exp $ # COMMENT= Development utilities @@ -81,6 +81,7 @@ SUBDIR+= boost-jam SUBDIR+= boost-libs SUBDIR+= boost-python SUBDIR+= bouml +SUBDIR+= bpython SUBDIR+= buddy SUBDIR+= bugzilla SUBDIR+= bugzilla3 |