Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2019 23:44:43 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497062 - head/www/p5-RT-Extension-LDAPImport
Message-ID:  <201903282344.x2SNihHr079481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Mar 28 23:44:43 2019
New Revision: 497062
URL: https://svnweb.freebsd.org/changeset/ports/497062

Log:
  www/p5-RT-Extension-LDAPImport: Do not set RUN_DEPENDS twice

Modified:
  head/www/p5-RT-Extension-LDAPImport/Makefile

Modified: head/www/p5-RT-Extension-LDAPImport/Makefile
==============================================================================
--- head/www/p5-RT-Extension-LDAPImport/Makefile	Thu Mar 28 23:27:12 2019	(r497061)
+++ head/www/p5-RT-Extension-LDAPImport/Makefile	Thu Mar 28 23:44:43 2019	(r497062)
@@ -17,9 +17,6 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-perl-ldap>0:net/p5-perl-ldap \
 		p5-Class-Accessor>0:devel/p5-Class-Accessor \
 		${LOCALBASE}/bin/rt:www/rt${RT_VER}
-RUN_DEPENDS=	p5-perl-ldap>0:net/p5-perl-ldap \
-		p5-Class-Accessor>0:devel/p5-Class-Accessor \
-		${LOCALBASE}/bin/rt:www/rt${RT_VER}
 
 FLAVOR?=	${FLAVORS:[1]}
 FLAVORS=	rt44 rt42



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