Date: Mon, 27 Mar 2017 11:05:00 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437021 - head/x11/plasma-scriptengine-python Message-ID: <201703271105.v2RB504x033764@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Mar 27 11:04:59 2017 New Revision: 437021 URL: https://svnweb.freebsd.org/changeset/ports/437021 Log: Set NO_ARCH=yes. The port only installs some .py/.pyc/.pyo files. Modified: head/x11/plasma-scriptengine-python/Makefile Modified: head/x11/plasma-scriptengine-python/Makefile ============================================================================== --- head/x11/plasma-scriptengine-python/Makefile Mon Mar 27 10:49:43 2017 (r437020) +++ head/x11/plasma-scriptengine-python/Makefile Mon Mar 27 11:04:59 2017 (r437021) @@ -10,6 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plasma scriptengine for Python +NO_ARCH= yes USES= cmake:outsource kde:4 python:2 tar:xz USE_KDE= kdelibs pykde4 automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703271105.v2RB504x033764>