diff options
author | drochner <drochner@pkgsrc.org> | 2009-11-20 12:09:13 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-11-20 12:09:13 +0000 |
commit | 971c0a0a1062b41158b8911fc151bf32a739fda4 (patch) | |
tree | 0ed7aa4137ccfd139fd34cfd4c6cee09a299fe3f | |
parent | 76523c198b8bdc08e594d8e4bf1a83bc29a20683 (diff) | |
download | pkgsrc-971c0a0a1062b41158b8911fc151bf32a739fda4.tar.gz |
+rcfunge
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index dc4ee2c2998..5e4f85aaf8c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.280 2009/11/16 23:28:05 drochner Exp $ +# $NetBSD: Makefile,v 1.281 2009/11/20 12:09:13 drochner Exp $ # COMMENT= Programming languages @@ -138,6 +138,7 @@ SUBDIR+= py26-html-docs SUBDIR+= python24 SUBDIR+= python25 SUBDIR+= python26 +SUBDIR+= rcfunge SUBDIR+= rexx-imc SUBDIR+= rexx-regina SUBDIR+= ruby |