diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-03-28 23:44:43 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-03-28 23:44:43 +0000 |
commit | 647fff23cf1076292f04e5857f0f1fc746434468 (patch) | |
tree | f4ac2237be5439c94fe2c897a945f909b5df1641 | |
parent | Fix iconv(3) issues. (diff) |
www/p5-RT-Extension-LDAPImport: Do not set RUN_DEPENDS twice
-rw-r--r-- | www/p5-RT-Extension-LDAPImport/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/p5-RT-Extension-LDAPImport/Makefile b/www/p5-RT-Extension-LDAPImport/Makefile index dba9758a742c..2aa8bb8afc2f 100644 --- a/www/p5-RT-Extension-LDAPImport/Makefile +++ b/www/p5-RT-Extension-LDAPImport/Makefile @@ -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 |