pkgsrc-WIP-changes archive

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

libvterm: Remove superfluous lines in Makefile



Module Name:	pkgsrc-wip
Committed By:	Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By:	jonthn
Date:		Wed Jan 1 22:55:26 2020 +0800
Changeset:	52ff980655c5d1bb974d7618de76612f1daebc10

Modified Files:
	libvterm/Makefile

Log Message:
libvterm: Remove superfluous lines in Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=52ff980655c5d1bb974d7618de76612f1daebc10

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

diffstat:
 libvterm/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/libvterm/Makefile b/libvterm/Makefile
index f90c9790ae..66e69be1c2 100644
--- a/libvterm/Makefile
+++ b/libvterm/Makefile
@@ -1,6 +1,5 @@
 # $NetBSD: Makefile,v 1.1 2015/03/01 15:44:34 jonthn Exp $
 
-PKGNAME=	libvterm-0.1.2
 DISTNAME=	libvterm-0.1.2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.leonerd.org.uk/code/libvterm/
@@ -9,7 +8,6 @@ HOMEPAGE=	http://www.leonerd.org.uk/code/libvterm/
 COMMENT=	Abstract VT220/Xterm/ECMA-48 emulation library
 LICENSE=	mit
 
-USE_LANGUAGES=	c
 USE_TOOLS+=	pkg-config gmake perl
 USE_LIBTOOL=	yes
 


Home | Main Index | Thread Index | Old Index