diff options
author | pho <pho@pkgsrc.org> | 2022-02-11 12:06:48 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-11 12:06:48 +0000 |
commit | ad947f39a2bb20ddad29a9523604925bbb793891 (patch) | |
tree | c6d361c396f08e065f7d0b201ab0b090838e4afc /lang/Makefile | |
parent | 5ae40f6479a6b7ba800e09561d51df2fd1cdca3a (diff) | |
download | pkgsrc-ad947f39a2bb20ddad29a9523604925bbb793891.tar.gz |
+hs-hslua-classes
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 5e63be0a901..f2cd9eaf1d1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.626 2022/02/11 12:05:41 pho Exp $ +# $NetBSD: Makefile,v 1.627 2022/02/11 12:06:48 pho Exp $ # COMMENT= Programming languages @@ -105,6 +105,7 @@ SUBDIR+= guile22 SUBDIR+= gwydion-dylan SUBDIR+= heirloom-awk SUBDIR+= hs-hslua +SUBDIR+= hs-hslua-classes SUBDIR+= hs-hslua-core SUBDIR+= hs-hslua-marshalling SUBDIR+= hs-lua |