Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2016 19:02:15 +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: r412429 - head/graphics/kipi-plugins-kde4
Message-ID:  <201604021902.u32J2FvW001034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Apr  2 19:02:15 2016
New Revision: 412429
URL: https://svnweb.freebsd.org/changeset/ports/412429

Log:
  Fix the dependencies for the DOCS and NLS options.
  
  The current code was a no-op because it was left out of the options helper
  conversion in r340628.

Modified:
  head/graphics/kipi-plugins-kde4/Makefile

Modified: head/graphics/kipi-plugins-kde4/Makefile
==============================================================================
--- head/graphics/kipi-plugins-kde4/Makefile	Sat Apr  2 17:32:53 2016	(r412428)
+++ head/graphics/kipi-plugins-kde4/Makefile	Sat Apr  2 19:02:15 2016	(r412429)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kipi-plugins
 PORTVERSION=	${DIGIKAM_VER}
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics kde
 DISTFILES=	#
@@ -27,7 +28,7 @@ ${plugin:tu}_DESC=	${${plugin}_DESC}
 ${plugin:tu}_RUN_DEPENDS=	kipi-plugin-${plugin}>=${DIGIKAM_VER}:graphics/kipi-plugin-${plugin}
 .endfor
 
-NLS_DEP=	digikam-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n
-DOCS_DEP=	digikam-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc
+NLS_RUN_DEPENDS=	digikam-kde4-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n
+DOCS_RUN_DEPENDS=	digikam-kde4-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604021902.u32J2FvW001034>