git: 71d258f796a5 - main - graphics/fractgen: Remove unneeded dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Feb 2025 09:34:11 UTC
The branch main has been updated by uzsolt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=71d258f796a509030b7f989a8ccc4304082facae
commit 71d258f796a509030b7f989a8ccc4304082facae
Author: Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2025-02-26 09:25:02 +0000
Commit: Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-02-26 09:33:45 +0000
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
---
graphics/fractgen/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/graphics/fractgen/Makefile b/graphics/fractgen/Makefile
index f4f2901756f3..bc4c11ab316d 100644
--- a/graphics/fractgen/Makefile
+++ b/graphics/fractgen/Makefile
@@ -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>