Date: Sat, 15 Dec 2018 20:21:07 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487543 - head/graphics/Coin Message-ID: <201812152021.wBFKL7MW037265@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Dec 15 20:21:07 2018 New Revision: 487543 URL: https://svnweb.freebsd.org/changeset/ports/487543 Log: graphics/Coin: Add USES=gl; Fix USE_GL; Add LICENSE_FILE Modified: head/graphics/Coin/Makefile Modified: head/graphics/Coin/Makefile ============================================================================== --- head/graphics/Coin/Makefile Sat Dec 15 19:55:59 2018 (r487542) +++ head/graphics/Coin/Makefile Sat Dec 15 20:21:07 2018 (r487543) @@ -11,11 +11,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ 3D graphics library based on the Open Inventor 2.1 API LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.GPL LIB_DEPENDS= libsimage.so:graphics/simage -USES= openal:al libtool pathfix -USE_GL= yes +USES= gl openal:al libtool pathfix +USE_GL= gl USE_XORG= ice sm x11 xext xt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \ @@ -32,7 +33,7 @@ pre-configure: ${REINPLACE_CMD} 's/<stdlib.h>/<cstdlib>/g' post-build: - ${REINPLACE_CMD} -e '/^ldflags=/s|-R|-Wl,-rpath,|' \ + @${REINPLACE_CMD} -e '/^ldflags=/s|-R|-Wl,-rpath,|' \ ${WRKSRC}/coin-default.cfg .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812152021.wBFKL7MW037265>