1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/libGLU: Cleanup USES

No functional changes.

Unnecessary with meson:
* Remove libtool and pathfix from USES
* Remove INSTALL_TARGET

Reported by:	jbeich
This commit is contained in:
Kevin Bowling 2021-07-15 09:42:30 -07:00
parent 39ac861b58
commit c2bb2605ef

View File

@ -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>