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:
Zsolt Udvari 2025-02-26 10:25:02 +01:00
parent a40efb1fc7
commit 71d258f796

View file

@ -1,5 +1,6 @@
PORTNAME= fractgen PORTNAME= fractgen
DISTVERSION= 3.0.2 DISTVERSION= 3.0.2
PORTREVISION= 1
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= https://www.nntb.no/~dreibh/fractalgenerator/download/ MASTER_SITES= https://www.nntb.no/~dreibh/fractalgenerator/download/
@ -10,11 +11,9 @@ WWW= https://www.nntb.no/~dreibh/fractalgenerator/
LICENSE= GPLv3+ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libGLX.so:graphics/libglvnd
USES= cmake compiler:c++17-lang desktop-file-utils gl qt:6 \ USES= cmake compiler:c++17-lang desktop-file-utils gl qt:6 \
shared-mime-info tar:xz shared-mime-info tar:xz
USE_GL= gl opengl USE_GL= gl opengl
USE_QT= base tools USE_QT= base tools:build
.include <bsd.port.mk> .include <bsd.port.mk>