git: 863732a17cff - 2021Q3 - graphics/libGLU: Cleanup USES
Kevin Bowling
kbowling at FreeBSD.org
Thu Jul 15 16:46:07 UTC 2021
The branch 2021Q3 has been updated by kbowling:
URL: https://cgit.FreeBSD.org/ports/commit/?id=863732a17cffa78ef75229c8ded76eb9cb6622eb
commit 863732a17cffa78ef75229c8ded76eb9cb6622eb
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: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 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