Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2015 15:45:00 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397544 - head/graphics/libGL
Message-ID:  <201509221545.t8MFj0SP005711@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Tue Sep 22 15:44:59 2015
New Revision: 397544
URL: https://svnweb.freebsd.org/changeset/ports/397544

Log:
  Python is still needed at build time, don't depend on other software to
  pull it in.

Modified:
  head/graphics/libGL/Makefile.common

Modified: head/graphics/libGL/Makefile.common
==============================================================================
--- head/graphics/libGL/Makefile.common	Tue Sep 22 15:43:18 2015	(r397543)
+++ head/graphics/libGL/Makefile.common	Tue Sep 22 15:44:59 2015	(r397544)
@@ -32,7 +32,7 @@ BUILD_DEPENDS+=	makedepend:${PORTSDIR}/d
 LIB_DEPENDS+=	libdevq.so:${PORTSDIR}/devel/libdevq
 
 USES+=		compiler:c++11-lib gettext-tools gmake libtool \
-		pathfix pkgconfig shebangfix tar:xz
+		pathfix pkgconfig python:2,build shebangfix tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-isystem${LOCALBASE}/include



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