svn commit: r397544 - head/graphics/libGL

Koop Mast kwm at FreeBSD.org
Tue Sep 22 15:45:00 UTC 2015


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


More information about the svn-ports-all mailing list