diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-03-24 18:13:33 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-03-24 18:13:33 +0800 |
commit | 5a0fe11c1854f227855ab0491c032d7e852c77f5 (patch) | |
tree | 26dcb6dd0cf4755259f2c32a58e77b353bc1ac00 /misc/artikulate-kde4 | |
parent | 1d8be698ea3f84a72e83ca5c39e9148cb84f09a7 (diff) | |
download | freebsd-ports-gnome-5a0fe11c1854f227855ab0491c032d7e852c77f5.tar.gz freebsd-ports-gnome-5a0fe11c1854f227855ab0491c032d7e852c77f5.tar.zst freebsd-ports-gnome-5a0fe11c1854f227855ab0491c032d7e852c77f5.zip |
Sync kde.mk a bit with the development repo.
This should ease the import of the new ports for Applications and Plasma Desktop.
- add some more component handling
- bump KDE_APPLICATIONS_VERSION (no direct consumers exist in the ports tree atm)
- fix some space/tab errors
Differential Revision: https://reviews.freebsd.org/D14814
Diffstat (limited to 'misc/artikulate-kde4')
-rw-r--r-- | misc/artikulate-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/artikulate-kde4/Makefile b/misc/artikulate-kde4/Makefile index 13eb441d8b51..cedfd3ab9b41 100644 --- a/misc/artikulate-kde4/Makefile +++ b/misc/artikulate-kde4/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/kde4/imports/org/kde/charts/qmldir:graphics/kqtqui IGNORE= not usable, links to both GStreamer 0.10.x and 1.x USES= cmake:outsource kde:4 tar:xz -USE_KDE= automoc4 kdelibs libkdeedu runtime_run +USE_KDE= automoc4 kdelibs libkeduvocdocument runtime_run USE_QT4= moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes |