svn commit: r405121 - head/games/r1q2
Pawel Pekala
pawel at FreeBSD.org
Sun Jan 3 09:54:11 UTC 2016
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 at 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= #
More information about the svn-ports-all
mailing list