svn commit: r463120 - head/games/doomsday

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 27 12:28:58 UTC 2018


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}


More information about the svn-ports-head mailing list