svn commit: r497062 - head/www/p5-RT-Extension-LDAPImport

Tobias Kortkamp tobik at FreeBSD.org
Thu Mar 28 23:44:44 UTC 2019


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


More information about the svn-ports-all mailing list