mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Fix misplaced OPTION.
The intent in a previous commit was to make KDE=wallet optional, but I forgot to remove the non-optional part. Bump PORTREVISION because the options might change for consumers. PR: 234692 Reported by: Ken Moore
This commit is contained in:
parent
30e5246228
commit
5a70701df6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493500
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= falkon
|
||||
DISTVERSION= 3.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= KDE/stable/falkon/${DISTVERSION}/
|
||||
|
||||
@ -12,7 +13,7 @@ LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake desktop-file-utils kde:5 qt:5 ssl tar:xz
|
||||
USE_KDE= ecm_build i18n wallet
|
||||
USE_KDE= ecm_build i18n
|
||||
USE_QT= core dbus declarative gui location network printsupport \
|
||||
sql webchannel webengine widgets x11extras \
|
||||
buildtools_build qmake_build linguist_build
|
||||
|
Loading…
Reference in New Issue
Block a user