Date: Thu, 20 Dec 2018 14:00:47 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487882 - head/deskutils/semantik Message-ID: <201812201400.wBKE0l3O034984@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Thu Dec 20 14:00:47 2018 New Revision: 487882 URL: https://svnweb.freebsd.org/changeset/ports/487882 Log: Improve Makefile formatting of deskutils/semantik -- I had forgotten to put linebreaks into the USES-lines. Modified: head/deskutils/semantik/Makefile Modified: head/deskutils/semantik/Makefile ============================================================================== --- head/deskutils/semantik/Makefile Thu Dec 20 13:12:31 2018 (r487881) +++ head/deskutils/semantik/Makefile Thu Dec 20 14:00:47 2018 (r487882) @@ -12,9 +12,12 @@ LICENSE= GPLv3 USES= kde:5 pkgconfig python:3.6 qt:5 shebangfix tar:bzip2 waf \ gettext shared-mime-info -USE_KDE= auth config configwidgets coreaddons i18n iconthemes kdelibs4support kio sonnet widgetsaddons xmlgui -USE_QT= core dbus declarative gui location network printsupport svg webchannel webengine widgets xml \ +USE_KDE= auth config configwidgets coreaddons i18n iconthemes \ + kdelibs4support kio sonnet widgetsaddons xmlgui +USE_QT= core dbus declarative gui location network printsupport \ + svg webchannel webengine widgets xml \ buildtools_build qmake_build + CONFIGURE_ENV= PATH="${KDE_PREFIX}/bin:$$PATH" \ WAF_HOME="${WRKSRC}" CPPFLAGS+= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812201400.wBKE0l3O034984>