From c2bb2605ef5848028cc327c268f6040523f997d1 Mon Sep 17 00:00:00 2001 From: Kevin Bowling Date: Thu, 15 Jul 2021 09:42:30 -0700 Subject: [PATCH] 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