diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-16 10:03:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-16 10:03:09 +0000 |
commit | 32e89dc6af313c54bef19c798e6a9d07f2e06b9f (patch) | |
tree | b1f54a8649d4d6dee64e2985bfb03292e9a008d0 /lang | |
parent | c3bce0842c9375e7ec4f13f849319be6276ee407 (diff) | |
download | pkgsrc-32e89dc6af313c54bef19c798e6a9d07f2e06b9f.tar.gz |
+ guile22.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 9b965bce9f5..6052266b357 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.455 2017/02/21 21:46:16 minskim Exp $ +# $NetBSD: Makefile,v 1.456 2017/03/16 10:03:09 wiz Exp $ # COMMENT= Programming languages @@ -85,6 +85,7 @@ SUBDIR+= gpc SUBDIR+= gprolog SUBDIR+= guile SUBDIR+= guile20 +SUBDIR+= guile22 SUBDIR+= gwydion-dylan SUBDIR+= heirloom-awk SUBDIR+= hugs |