Date: Thu, 15 Jul 2021 16:45:19 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c2bb2605ef58 - main - graphics/libGLU: Cleanup USES Message-ID: <202107151645.16FGjJH9072987@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2bb2605ef5848028cc327c268f6040523f997d1 commit c2bb2605ef5848028cc327c268f6040523f997d1 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-07-15 16:42:30 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-07-15 16:45:10 +0000 graphics/libGLU: Cleanup USES No functional changes. Unnecessary with meson: * Remove libtool and pathfix from USES * Remove INSTALL_TARGET Reported by: jbeich --- graphics/libGLU/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index 82797034880a..ad0bff234b5f 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -11,12 +11,11 @@ DISTNAME= glu-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL utility library -USES= gl libtool meson pathfix pkgconfig tar:xz +USES= gl meson pkgconfig tar:xz USE_GL= opengl USE_LDCONFIG= yes -INSTALL_TARGET= install-strip MESON_ARGS= -Ddefault_library=shared .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107151645.16FGjJH9072987>