Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 20:03:25 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330669 - head/german/bugzilla40
Message-ID:  <201310172003.r9HK3PJO010198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Thu Oct 17 20:03:24 2013
New Revision: 330669
URL: http://svnweb.freebsd.org/changeset/ports/330669

Log:
  - fix RUN_DEPENDS

Modified:
  head/german/bugzilla40/Makefile

Modified: head/german/bugzilla40/Makefile
==============================================================================
--- head/german/bugzilla40/Makefile	Thu Oct 17 19:46:56 2013	(r330668)
+++ head/german/bugzilla40/Makefile	Thu Oct 17 20:03:24 2013	(r330669)
@@ -10,7 +10,7 @@ DISTNAME=	germzilla-${PORTVERSION}-1.utf
 MAINTAINER=	bugzilla@FreeBSD.org
 COMMENT=	German localization for Bugzilla
 
-RUN_DEPENDS=	bugzilla40>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla
+RUN_DEPENDS=	bugzilla40>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla40
 
 NO_WRKSUBDIR=	yes
 



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