svn commit: r526930 - head/math/kig

Tobias C. Berner tcberner at FreeBSD.org
Sun Feb 23 17:22:51 UTC 2020


Author: tcberner
Date: Sun Feb 23 17:22:50 2020
New Revision: 526930
URL: https://svnweb.freebsd.org/changeset/ports/526930

Log:
  math/kig: remove lock on python2

Modified:
  head/math/kig/Makefile

Modified: head/math/kig/Makefile
==============================================================================
--- head/math/kig/Makefile	Sun Feb 23 17:12:41 2020	(r526929)
+++ head/math/kig/Makefile	Sun Feb 23 17:22:50 2020	(r526930)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kig
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	math kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -10,7 +11,7 @@ COMMENT=	KDE interactive geometry application
 LIB_DEPENDS=	${PY_BOOST}
 
 USES=		cmake gettext compiler:c++11-lib desktop-file-utils kde:5 \
-		python:2.7,run qt:5 shebangfix tar:xz
+		python:run qt:5 shebangfix tar:xz
 USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
 		crash doctools ecm emoticons i18n iconthemes init itemmodels \
 		jobwidgets kdelibs4support kio parts service sonnet texteditor \


More information about the svn-ports-all mailing list