graphics/fractgen: Remove unneeded dependencies
Remove graphics/libglvnd from LIB_DEPENDS because USE_GL=gl pulls already. The Qt tools needed only in build stage. Bump PORTREVISION. Reported by: makc
This commit is contained in:
parent
a40efb1fc7
commit
71d258f796
@ -1,5 +1,6 @@
|
||||
PORTNAME= fractgen
|
||||
DISTVERSION= 3.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://www.nntb.no/~dreibh/fractalgenerator/download/
|
||||
|
||||
@ -10,11 +11,9 @@ WWW= https://www.nntb.no/~dreibh/fractalgenerator/
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libGLX.so:graphics/libglvnd
|
||||
|
||||
USES= cmake compiler:c++17-lang desktop-file-utils gl qt:6 \
|
||||
shared-mime-info tar:xz
|
||||
USE_GL= gl opengl
|
||||
USE_QT= base tools
|
||||
USE_QT= base tools:build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user