mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue