Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 15:50:45 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431967 - head/graphics/gle-graphics
Message-ID:  <201701201550.v0KFojnc002173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



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