diff options
author | ng0 <ng0@pkgsrc.org> | 2019-11-15 15:56:03 +0000 |
---|---|---|
committer | ng0 <ng0@pkgsrc.org> | 2019-11-15 15:56:03 +0000 |
commit | 37e03ca476f05080d1b353242f8ab0a0711a4cc8 (patch) | |
tree | 28f723b83fb3fc36f3829bfb853a50cded945fab | |
parent | 24cd203d9fea2b805a5401affd181a4437323496 (diff) | |
download | pkgsrc-37e03ca476f05080d1b353242f8ab0a0711a4cc8.tar.gz |
guile-git: remove unnecessary LANGUAGES line.
-rw-r--r-- | devel/guile-git/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/guile-git/Makefile b/devel/guile-git/Makefile index 777b9c9a473..ee25ff4a371 100644 --- a/devel/guile-git/Makefile +++ b/devel/guile-git/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/11/13 12:21:28 ng0 Exp $ +# $NetBSD: Makefile,v 1.2 2019/11/15 15:56:03 ng0 Exp $ DISTNAME= guile-git-0.2.0 CATEGORIES= devel @@ -10,7 +10,6 @@ COMMENT= Guile bindings of libgit2 LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes -USE_LANGUAGES= c GUILE_NEED_BOOTSTRAP= yes USE_TOOLS+= pkg-config |