aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2015-12-19 07:01:54 +0800
committerdanilo <danilo@FreeBSD.org>2015-12-19 07:01:54 +0800
commit37e938bd036c1b2cf0ba042e816ebcc3b806484f (patch)
tree9a76e89481ba787f8b57537f65f530e1e422a5ff /games
parented36fd96acd8704a595710db8315de49eefc3d04 (diff)
downloadfreebsd-ports-gnome-37e938bd036c1b2cf0ba042e816ebcc3b806484f.tar.gz
freebsd-ports-gnome-37e938bd036c1b2cf0ba042e816ebcc3b806484f.tar.zst
freebsd-ports-gnome-37e938bd036c1b2cf0ba042e816ebcc3b806484f.zip
- Switch to USES=execinfo
PR: 205276 Submitted by: pawel
Diffstat (limited to 'games')
-rw-r--r--games/doomsday/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile
index 7764b6cab2d5..e63fea420965 100644
--- a/games/doomsday/Makefile
+++ b/games/doomsday/Makefile
@@ -20,7 +20,7 @@ USE_GL= gl glu
USE_LDCONFIG= yes
USE_SDL= sdl mixer net
USE_XORG= x11
-USES= pkgconfig python:build qmake:outsource
+USES= execinfo pkgconfig python:build qmake:outsource
USE_QT4= corelib network opengl moc_build
QMAKE_SOURCE_PATH= ${WRKSRC}/doomsday
QMAKE_ARGS+= QMAKE_LFLAGS+="-Wl,--export-dynamic" \
@@ -38,11 +38,6 @@ OPENAL_QMAKE_OFF= CONFIG+=deng_noopenal
PORTSCOUT= limit:^\d+\.\d+\.\d+$$
-.include <bsd.port.pre.mk>
-.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} < 1000052)
-LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
-.endif
-
post-patch:
@${REINPLACE_CMD} 's,share/man,man,' \
${PATCH_WRKSRC}/doomsday/client/client.pro \
@@ -53,4 +48,4 @@ post-patch:
# Removing three non ascii bytes
@${REINPLACE_CMD} '1s,^...,,' ${WRKSRC}/doomsday/client/src/client/cl_sound.cpp
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>