aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2015-04-20 04:55:31 +0800
committerrakuco <rakuco@FreeBSD.org>2015-04-20 04:55:31 +0800
commit84ca74660d3e6b85c6c065d66cc9f052f090a758 (patch)
tree5d6e1fdb3842da69eff8ba9c29d2eba2d7874f03 /graphics
parentd886bb688aa67e50f579b8b3545948d820127de9 (diff)
downloadfreebsd-ports-gnome-84ca74660d3e6b85c6c065d66cc9f052f090a758.tar.gz
freebsd-ports-gnome-84ca74660d3e6b85c6c065d66cc9f052f090a758.tar.zst
freebsd-ports-gnome-84ca74660d3e6b85c6c065d66cc9f052f090a758.zip
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
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kipi-plugins-kde4/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile
index 92d6883efb2c..5233d07c6cec 100644
--- a/graphics/kipi-plugins-kde4/Makefile
+++ b/graphics/kipi-plugins-kde4/Makefile
@@ -4,13 +4,15 @@ PORTNAME= kipi-plugins
PORTVERSION= ${DIGIKAM_VER}
PORTEPOCH= 1
CATEGORIES= graphics kde
+DISTFILES= #
MAINTAINER= kde@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-${plugin}>=${DIGIKAM_VER}:${PORTSDIR}/grap
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>