diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-04-19 20:55:31 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-04-19 20:55:31 +0000 |
commit | 4bc84c6dfe7a019669e67427eda89e17d435e7eb (patch) | |
tree | 5d6e1fdb3842da69eff8ba9c29d2eba2d7874f03 /graphics/kipi-plugins-kde4 | |
parent | 90e8b5a3ca4ba0946437a6a98673c15da5402dc1 (diff) | |
download | ports-4bc84c6dfe7a019669e67427eda89e17d435e7eb.tar.gz ports-4bc84c6dfe7a019669e67427eda89e17d435e7eb.zip |
Notes
Diffstat (limited to 'graphics/kipi-plugins-kde4')
-rw-r--r-- | graphics/kipi-plugins-kde4/Makefile | 8 |
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> |