sysutils/kdirstat : fix stage-qa errors
* Not a gnome port, don't use INSTALLS_ICONS * Don't need desktop-file-utils * Add missing dependencies Therefore, bump portrevision Reviewed by: rakuco Approved by: portmgr blanket, rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9262
This commit is contained in:
parent
5c7c4ce5a8
commit
ecdad60428
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432128
1 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= kdirstat
|
||||
PORTVERSION= 2.7.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils kde
|
||||
MASTER_SITES= https://bitbucket.org/jeromerobert/k4dirstat/get/
|
||||
DISTNAME= k4dirstat-${PORTVERSION}
|
||||
|
@ -15,11 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
WRKSRC= ${WRKDIR}/jeromerobert-k4dirstat-3a4663ee20e7
|
||||
|
||||
USES= cmake cpe desktop-file-utils gettext-tools kde:4 tar:bzip2
|
||||
USES= cmake cpe gettext-tools kde:4 tar:bzip2
|
||||
CPE_VENDOR= kdirstat_project
|
||||
USE_KDE= automoc4 kdelibs libkonq
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build
|
||||
INSTALLS_ICONS= yes
|
||||
USE_QT4= corelib dbus gui network qt3support svg xml \
|
||||
moc_build qmake_build rcc_build uic_build
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
|
Loading…
Reference in a new issue