svn commit: r431967 - head/graphics/gle-graphics

Tobias C. Berner tcberner at FreeBSD.org
Fri Jan 20 15:50:46 UTC 2017


Author: tcberner
Date: Fri Jan 20 15:50:45 2017
New Revision: 431967
URL: https://svnweb.freebsd.org/changeset/ports/431967

Log:
  Use USE_QT4=qmake_build instead of BUILD_DEPENDS=qmake-qt4
  
  bsd.qt.mk provides a better way to depend on qmake.
  
  PR:		214700
  Obtained from:	maintainer timeout (2 months), mat (mentor)

Modified:
  head/graphics/gle-graphics/Makefile

Modified: head/graphics/gle-graphics/Makefile
==============================================================================
--- head/graphics/gle-graphics/Makefile	Fri Jan 20 15:23:36 2017	(r431966)
+++ head/graphics/gle-graphics/Makefile	Fri Jan 20 15:50:45 2017	(r431967)
@@ -14,8 +14,6 @@ COMMENT=	Graphics language that produces
 LICENSE=	BSD3CLAUSE GPLv2
 LICENSE_COMB=	multi
 
-BUILD_DEPENDS=	qmake-qt4:devel/qmake4
-
 BITMAP_IMAGES_CONFIGURE_WITH=	jpeg=${LOCALBASE} tiff=${LOCALBASE} png=${LOCALBASE}
 BITMAP_IMAGES_DESC=	Support for including bitmap images
 BITMAP_IMAGES_LIB_DEPENDS=	libpng.so:graphics/png \
@@ -47,7 +45,7 @@ REINPLACE_FILES=	configure
 USE_GCC=	yes
 USE_GL=	yes
 USE_LDCONFIG=	yes
-USE_QT4=	gui moc network opengl rcc
+USE_QT4=	gui moc network opengl rcc qmake_build
 USES=		gmake ncurses pathfix
 CPPFLAGS+=	-I${NCURSESINC}
 


More information about the svn-ports-all mailing list