svn commit: r508431 - head/cad/tkgate

Vsevolod Stakhov vsevolod at FreeBSD.org
Fri Aug 9 09:22:48 UTC 2019


Author: vsevolod
Date: Fri Aug  9 09:22:47 2019
New Revision: 508431
URL: https://svnweb.freebsd.org/changeset/ports/508431

Log:
  - Add missing uses [1]
  - Drop maintainership
  
  PR:		239728 [1]
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> [1]
  Reported by:	Robert Cina <transitive at gmail.com>

Modified:
  head/cad/tkgate/Makefile

Modified: head/cad/tkgate/Makefile
==============================================================================
--- head/cad/tkgate/Makefile	Fri Aug  9 09:02:29 2019	(r508430)
+++ head/cad/tkgate/Makefile	Fri Aug  9 09:22:47 2019	(r508431)
@@ -5,14 +5,14 @@ PORTVERSION=	2.1
 CATEGORIES=	cad
 MASTER_SITES=	http://cdn.bitbucket.org/starling13/tkgate/downloads/
 
-MAINTAINER=	vsevolod at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Event driven digital circuit simulator
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-USES+=		iconv:translit tk:build,run autoreconf
+USES+=		iconv:translit tk:build,run autoreconf libtool pkgconfig
 USE_GNOME=	pango
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list