diff options
author | agc <agc> | 2012-04-27 04:49:47 +0000 |
---|---|---|
committer | agc <agc> | 2012-04-27 04:49:47 +0000 |
commit | 515ebd423efb378c70d4212275278e3b34fbbcc5 (patch) | |
tree | d6180aaefd632cfe6102fcb91d767bfd42425e1d | |
parent | 8787d788b740be70e72f307ecfc0d67d8a6bf4ae (diff) | |
download | pkgsrc-515ebd423efb378c70d4212275278e3b34fbbcc5.tar.gz |
Add and enable picoc
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 181304d7c8a..e59f73062c6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.317 2012/04/16 04:28:30 sbd Exp $ +# $NetBSD: Makefile,v 1.318 2012/04/27 04:49:47 agc Exp $ # COMMENT= Programming languages @@ -129,6 +129,7 @@ SUBDIR+= pforth SUBDIR+= php5 SUBDIR+= php5-perl SUBDIR+= php53 +SUBDIR+= picoc SUBDIR+= pict SUBDIR+= pnet SUBDIR+= pnetC |