diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index 82797034880a..ad0bff234b5f 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -1,22 +1,21 @@ # Created by: Eric Anholt PORTNAME= libGLU PORTVERSION= 9.0.2 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ \ https://mesa.freedesktop.org/archive/glu/ 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