svn commit: r384328 - head/graphics/kipi-plugins-kde4
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Apr 19 20:55:32 UTC 2015
Author: rakuco
Date: Sun Apr 19 20:55:31 2015
New Revision: 384328
URL: https://svnweb.freebsd.org/changeset/ports/384328
Log:
Revert USES=metaport conversion, again.
bsd.port.pre.mk and Makefile.common were being included before the many
options were being defined. Some of the options depend on Makefile.common to
be defined though, so for now revert the USES=metaport conversion to get
things back to a working state while a proper fix is devised.
PR: 199501
Modified:
head/graphics/kipi-plugins-kde4/Makefile
Modified: head/graphics/kipi-plugins-kde4/Makefile
==============================================================================
--- head/graphics/kipi-plugins-kde4/Makefile Sun Apr 19 20:51:11 2015 (r384327)
+++ head/graphics/kipi-plugins-kde4/Makefile Sun Apr 19 20:55:31 2015 (r384328)
@@ -4,13 +4,15 @@ PORTNAME= kipi-plugins
PORTVERSION= ${DIGIKAM_VER}
PORTEPOCH= 1
CATEGORIES= graphics kde
+DISTFILES= #
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE 4 kipi graphics plugins (meta port)
-USES= metaport
+NO_BUILD= yes
+NO_INSTALL= yes
+NO_MTREE= yes
-.include <bsd.port.pre.mk>
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
OPTIONS_DEFINE= DOCS NLS
@@ -28,4 +30,4 @@ ${plugin:tu}_RUN_DEPENDS= kipi-plugin-${
NLS_DEP= digikam-l10n>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-l10n
DOCS_DEP= digikam-doc>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-doc
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list