Date: Thu, 15 Oct 2015 15:11:51 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399348 - in head: games/ufoai multimedia/mythtv-frontend Message-ID: <201510151511.t9FFBpfP033373@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Oct 15 15:11:51 2015 New Revision: 399348 URL: https://svnweb.freebsd.org/changeset/ports/399348 Log: Fixup r399346. Poked by: antoine, freshports Sponsored by: Absolight Modified: head/games/ufoai/Makefile head/multimedia/mythtv-frontend/Makefile Modified: head/games/ufoai/Makefile ============================================================================== --- head/games/ufoai/Makefile Thu Oct 15 14:57:01 2015 (r399347) +++ head/games/ufoai/Makefile Thu Oct 15 15:11:51 2015 (r399348) @@ -81,6 +81,8 @@ PLIST_SUB+= UFORADIANT="@comment " FAVORITE_COMPILER= gcc .endif +.include <bsd.port.pre.mk> + post-extract: @${MKDIR} ${WRKSRC}/base/maps ${WRKSRC}/base/models ${REINPLACE_CMD} \ @@ -138,4 +140,4 @@ do-install: ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${PREFIX}/${DATADIR}/base/i18n/{}" \; ${LN} -s ${PREFIX}/${DATADIR}/base ${STAGEDIR}${UFO_DIR}/base -.include <bsd.port.mk> +.include <bsd.port.post.mk> Modified: head/multimedia/mythtv-frontend/Makefile ============================================================================== --- head/multimedia/mythtv-frontend/Makefile Thu Oct 15 14:57:01 2015 (r399347) +++ head/multimedia/mythtv-frontend/Makefile Thu Oct 15 15:11:51 2015 (r399348) @@ -70,10 +70,7 @@ VDPAU_LIB_DEPENDS= libvdpau.so:${PORTSDI VDPAU_CONFIGURE_ENABLE= vdpau OPENGL_CONFIGURE_ENABLE= opengl-video - -.if ${PORT_OPTIONS:MOPENGL} -USE_QT4+= opengl -.endif +OPENGL_USE= QT4=opengl post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510151511.t9FFBpfP033373>