mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
net-im/spectral: fix build
Fix the build now that Qt testlib is no longer implicitly pulled in by other packages.
This commit is contained in:
parent
e093f1162c
commit
2ddcfc60bf
@ -1,6 +1,6 @@
|
||||
PORTNAME= spectral
|
||||
PORTVERSION= 817
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
@ -16,7 +16,7 @@ USES= cmake compiler:c++17-lang gl pkgconfig qt:5 tar:bz2
|
||||
USE_GL= gl
|
||||
USE_QT= core dbus declarative graphicaleffects gui imageformats \
|
||||
multimedia network quickcontrols quickcontrols2 svg widgets \
|
||||
buildtools_build linguist_build qmake_build
|
||||
buildtools_build linguist_build qmake_build testlib_build
|
||||
|
||||
CMAKE_ON= USE_INTREE_LIBQMC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user