Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 12:28:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463120 - head/games/doomsday
Message-ID:  <201802271228.w1RCSwZw043769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb 27 12:28:58 2018
New Revision: 463120
URL: https://svnweb.freebsd.org/changeset/ports/463120

Log:
  - Switch to USES=localbase
  - Limit python version
  
  Approved by:	portmgr blanket

Modified:
  head/games/doomsday/Makefile

Modified: head/games/doomsday/Makefile
==============================================================================
--- head/games/doomsday/Makefile	Tue Feb 27 12:26:40 2018	(r463119)
+++ head/games/doomsday/Makefile	Tue Feb 27 12:28:58 2018	(r463120)
@@ -17,14 +17,12 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libfluidsynth.so:audio/fluidsynth
 RUN_DEPENDS=	timidity:audio/timidity
 
-USES=		cmake:outsource compiler:c++11-lib ninja openal pkgconfig python:build
+USES=		cmake:outsource compiler:c++11-lib localbase:ldflags ninja openal pkgconfig python:2.7,build
 USE_GL=		gl glu
 USE_LDCONFIG=	yes
 USE_SDL=	sdl2 mixer2
 USE_XORG=	x11 sm ice xext xrandr xxf86vm
 USE_QT5=	buildtools_build core gui network widgets qmake opengl x11extras
-LDFLAGS+=	-L${LOCALBASE}/lib
-CXXFLAGS+=	-I${LOCALBASE}/include
 CMAKE_ARGS+=	-DDENG_ENABLE_COTIRE=OFF -DDENG_ASSIMP_EMBEDDED=OFF
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}



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