Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 09:54:09 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405121 - head/games/r1q2
Message-ID:  <201601030954.u039s9nm041203@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sun Jan  3 09:54:09 2016
New Revision: 405121
URL: https://svnweb.freebsd.org/changeset/ports/405121

Log:
  Switch to USES=execinfo
  
  PR:		205296
  Submitted by:	myself
  Approved by:	maintainer timeout

Modified:
  head/games/r1q2/Makefile

Modified: head/games/r1q2/Makefile
==============================================================================
--- head/games/r1q2/Makefile	Sun Jan  3 09:40:59 2016	(r405120)
+++ head/games/r1q2/Makefile	Sun Jan  3 09:54:09 2016	(r405121)
@@ -11,14 +11,10 @@ DISTNAME=	${PORTNAME}-b${PORTVERSION}-sr
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Enhanced Quake II client/server focusing on stability
 
-.if !exists(/usr/include/execinfo.h)
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
-.endif
-
 ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=	sets the FPU rounding mode and precision (not available in fenv.h)
 
-USES=		dos2unix gmake zip
+USES=		dos2unix execinfo gmake zip
 NO_WRKSUBDIR=	yes
 BUILD_WRKSRC=	${WRKSRC}/binaries
 ALL_TARGET=	#



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