git: c2bb2605ef58 - main - graphics/libGLU: Cleanup USES

Kevin Bowling kbowling at FreeBSD.org
Thu Jul 15 16:45:19 UTC 2021


The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c2bb2605ef5848028cc327c268f6040523f997d1

commit c2bb2605ef5848028cc327c268f6040523f997d1
Author:     Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-07-15 16:42:30 +0000
Commit:     Kevin Bowling <kbowling at 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 at 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>


More information about the dev-commits-ports-all mailing list