Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2014 08:27:39 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363973 - head/astro/stellarium-qt4
Message-ID:  <53df43fb.50b6.6f68491d@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Aug  4 08:27:39 2014
New Revision: 363973
URL: http://svnweb.freebsd.org/changeset/ports/363973
QAT: https://qat.redports.org/buildarchive/r363973/

Log:
  - Stop trying to remove directories owned by dependencies
  - Optimize away USE_GL knob (implied by USE_QT4=opengl)
  
  Reported by:	QAT

Modified:
  head/astro/stellarium-qt4/Makefile

Modified: head/astro/stellarium-qt4/Makefile
==============================================================================
--- head/astro/stellarium-qt4/Makefile	Mon Aug  4 08:10:43 2014	(r363972)
+++ head/astro/stellarium-qt4/Makefile	Mon Aug  4 08:27:39 2014	(r363973)
@@ -15,7 +15,6 @@ COMMENT=	3D photo-realistic sky renderer
 LICENSE=	GPLv2
 
 USES=		cmake gettext iconv
-USE_GL=		gl
 USE_QT4=	moc_build rcc_build uic_build qmake_build \
 		corelib gui network opengl
 INSTALLS_ICONS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53df43fb.50b6.6f68491d>