Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2021 16:46:07 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 863732a17cff - 2021Q3 - graphics/libGLU: Cleanup USES
Message-ID:  <202107151646.16FGk7qU073143@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by kbowling:

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

commit 863732a17cffa78ef75229c8ded76eb9cb6622eb
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:48 +0000

    graphics/libGLU: Cleanup USES
    
    No functional changes.
    
    Unnecessary with meson:
    * Remove libtool and pathfix from USES
    * Remove INSTALL_TARGET
    
    Reported by:    jbeich
    
    (cherry picked from commit c2bb2605ef5848028cc327c268f6040523f997d1)
---
 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?202107151646.16FGk7qU073143>