pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/guile-sqlite3



Module Name:    pkgsrc
Committed By:   ng0
Date:           Fri Nov 15 15:57:51 UTC 2019

Modified Files:
        pkgsrc/databases/guile-sqlite3: Makefile

Log Message:
guile-sqlite3: remove unnecessary LANGUAGES from Makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/guile-sqlite3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/guile-sqlite3/Makefile
diff -u pkgsrc/databases/guile-sqlite3/Makefile:1.1 pkgsrc/databases/guile-sqlite3/Makefile:1.2
--- pkgsrc/databases/guile-sqlite3/Makefile:1.1 Wed Nov 13 12:52:25 2019
+++ pkgsrc/databases/guile-sqlite3/Makefile     Fri Nov 15 15:57:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/11/13 12:52:25 ng0 Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/15 15:57:51 ng0 Exp $
 
 DISTNAME=      v0.1.0
 DIST_SUBDIR=   ${PKGNAME_NOREV}
@@ -12,7 +12,6 @@ COMMENT=      Guile bindings for the SQLite3 
 LICENSE=       gnu-gpl-v3
 
 WRKSRC=                        ${WRKDIR}/guile-sqlite3
-USE_LANGUAGES=         c
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         YES
 GUILE_NEED_BOOTSTRAP=  YES



Home | Main Index | Thread Index | Old Index