Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 13:41:02 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479417 - head/Mk/Uses
Message-ID:  <201809101341.w8ADf2fd085088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Sep 10 13:41:02 2018
New Revision: 479417
URL: https://svnweb.freebsd.org/changeset/ports/479417

Log:
  Remove unused and deprecated variable.

Modified:
  head/Mk/Uses/pyqt.mk

Modified: head/Mk/Uses/pyqt.mk
==============================================================================
--- head/Mk/Uses/pyqt.mk	Mon Sep 10 13:23:13 2018	(r479416)
+++ head/Mk/Uses/pyqt.mk	Mon Sep 10 13:41:02 2018	(r479417)
@@ -217,7 +217,6 @@ DISTNAME=	${PYQT_DISTNAME}
 DISTINFO_FILE=	${PYQT_DISTINFO_FILE}
 LICENSE?=	${PYQT_LICENSE}
 HAS_CONFIGURE=	yes
-QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
 
 .if ${_PYQT_VERSION} > 4
 # PyQt5's configure.py generates .pro files and calls qmake to generate the



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809101341.w8ADf2fd085088>