pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/phetch



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Aug  5 08:44:17 UTC 2021

Modified Files:
        pkgsrc/net/phetch: Makefile

Log Message:
net/phetch: simplify Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/phetch/Makefile

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

Modified files:

Index: pkgsrc/net/phetch/Makefile
diff -u pkgsrc/net/phetch/Makefile:1.10 pkgsrc/net/phetch/Makefile:1.11
--- pkgsrc/net/phetch/Makefile:1.10     Thu Jul 22 16:16:36 2021
+++ pkgsrc/net/phetch/Makefile  Thu Aug  5 08:44:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/07/22 16:16:36 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2021/08/05 08:44:17 pin Exp $
 
 DISTNAME=      phetch-1.1.0
 CATEGORIES=    net
@@ -12,8 +12,6 @@ LICENSE=      mit
 
 .include "cargo-depends.mk"
 
-USE_LANGUAGES+=                c       # rust, but needs a toolchain to link
-
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 MAKE_ENV+=     OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}



Home | Main Index | Thread Index | Old Index