pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/oxipng



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Aug  5 08:52:48 UTC 2021

Modified Files:
        pkgsrc/graphics/oxipng: Makefile

Log Message:
graphics/oxipng: simplify Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/oxipng/Makefile

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

Modified files:

Index: pkgsrc/graphics/oxipng/Makefile
diff -u pkgsrc/graphics/oxipng/Makefile:1.4 pkgsrc/graphics/oxipng/Makefile:1.5
--- pkgsrc/graphics/oxipng/Makefile:1.4 Mon Jul 12 15:03:54 2021
+++ pkgsrc/graphics/oxipng/Makefile     Thu Aug  5 08:52:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/07/12 15:03:54 pin Exp $
+# $NetBSD: Makefile,v 1.5 2021/08/05 08:52:48 pin Exp $
 
 DISTNAME=      oxipng-5.0.0
 CATEGORIES=    graphics
@@ -12,8 +12,6 @@ LICENSE=      mit
 
 .include "cargo-depends.mk"
 
-USE_LANGUAGES+=        c       # rust, but needs a toolchain to link
-
 INSTALLATION_DIRS=     bin
 
 do-install:



Home | Main Index | Thread Index | Old Index