pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ncgopher



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Aug  5 08:43:42 UTC 2021

Modified Files:
        pkgsrc/net/ncgopher: Makefile

Log Message:
net/ncgopher: simplify Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ncgopher/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/ncgopher/Makefile
diff -u pkgsrc/net/ncgopher/Makefile:1.3 pkgsrc/net/ncgopher/Makefile:1.4
--- pkgsrc/net/ncgopher/Makefile:1.3    Thu Jul 22 16:16:36 2021
+++ pkgsrc/net/ncgopher/Makefile        Thu Aug  5 08:43:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/07/22 16:16:36 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2021/08/05 08:43:42 pin Exp $
 
 DISTNAME=      ncgopher-0.2.0
 PKGREVISION=   1
@@ -13,7 +13,6 @@ LICENSE=      2-clause-bsd
 
 .include "cargo-depends.mk"
 
-USE_LANGUAGES+=        c
 USE_TOOLS+=    pkg-config
 USE_NCURSES=   yes
 



Home | Main Index | Thread Index | Old Index