aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-04-03 10:41:02 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-04-03 10:41:02 +0000
commitf38cdf7d75bc9d41f1ede6c785e67d5b49271745 (patch)
tree6bdde934b298bb156125d5b931666952507bcea2
parent7962caf263dd651e3741207a8be360730cdbde80 (diff)
downloadports-f38cdf7d75bc9d41f1ede6c785e67d5b49271745.tar.gz
ports-f38cdf7d75bc9d41f1ede6c785e67d5b49271745.zip
Fix package names in the dependencies added in r412429.
This fixes errors such as: ===> kipi-plugins-4.2.0_1,1 depends on package: digikam-kde4-doc>=4.2.0 - not found that effectively broke the port after my previous commit.
Notes
Notes: svn path=/head/; revision=412458
-rw-r--r--graphics/kipi-plugins-kde4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile
index c1dd1e6445f1..c4fc6f6ea2f6 100644
--- a/graphics/kipi-plugins-kde4/Makefile
+++ b/graphics/kipi-plugins-kde4/Makefile
@@ -28,7 +28,7 @@ ${plugin:tu}_DESC= ${${plugin}_DESC}
${plugin:tu}_RUN_DEPENDS= kipi-plugin-${plugin}>=${DIGIKAM_VER}:graphics/kipi-plugin-${plugin}
.endfor
-NLS_RUN_DEPENDS= digikam-kde4-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n
-DOCS_RUN_DEPENDS= digikam-kde4-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc
+NLS_RUN_DEPENDS= digikam-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n
+DOCS_RUN_DEPENDS= digikam-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc
.include <bsd.port.mk>