diff options
author | joerg <joerg@pkgsrc.org> | 2020-04-16 17:37:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-04-16 17:37:08 +0000 |
commit | 8e612363104a47ed96a5042ccf43730baf9ee5a5 (patch) | |
tree | 665d9b0a9b65193e3dab41747051c5f18df61282 /lang/Makefile | |
parent | 6c61c623c78903b374ca08405c7f0ae987afddf9 (diff) | |
download | pkgsrc-8e612363104a47ed96a5042ccf43730baf9ee5a5.tar.gz |
Add libobjc2
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 55ac7abf293..e9ed0d3cf8c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.554 2020/04/06 04:59:00 wiz Exp $ +# $NetBSD: Makefile,v 1.555 2020/04/16 17:37:29 joerg Exp $ # COMMENT= Programming languages @@ -138,6 +138,7 @@ SUBDIR+= libLLVM4 SUBDIR+= libcxx SUBDIR+= libcxxabi SUBDIR+= libduktape +SUBDIR+= libobjc2 SUBDIR+= librep SUBDIR+= libunwind SUBDIR+= likepython |