pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/csview



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Aug  2 15:17:40 UTC 2021

Modified Files:
        pkgsrc/textproc/csview: Makefile

Log Message:
textproc/csview: simplify Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/csview/Makefile

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

Modified files:

Index: pkgsrc/textproc/csview/Makefile
diff -u pkgsrc/textproc/csview/Makefile:1.1 pkgsrc/textproc/csview/Makefile:1.2
--- pkgsrc/textproc/csview/Makefile:1.1 Wed May 12 12:24:41 2021
+++ pkgsrc/textproc/csview/Makefile     Mon Aug  2 15:17:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/05/12 12:24:41 pin Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/02 15:17:40 pin Exp $
 
 DISTNAME=      csview-0.3.8
 CATEGORIES=    textproc
@@ -18,7 +18,6 @@ DISTFILES=            ${DEFAULT_DISTFILES}
 DISTFILES+=            prettytable-rs-${PRETTYTABLE-RS_REV}.tar.gz
 SITES.prettytable-rs-${PRETTYTABLE-RS_REV}.tar.gz+=    -${MASTER_SITE_GITHUB:=wfxr/}prettytable-rs/archive/${PRETTYTABLE-RS_REV}.tar.gz
 
-USE_LANGUAGES=         c       # Rust, but needs toolchain for linking
 USE_TOOLS+=            pkg-config
 
 INSTALLATION_DIRS=     bin



Home | Main Index | Thread Index | Old Index