diff options
author | tobik <tobik@FreeBSD.org> | 2019-03-29 07:44:43 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-03-29 07:44:43 +0800 |
commit | 2b82fcef99e85c30db3929f406ed4552a9689b5a (patch) | |
tree | f4ac2237be5439c94fe2c897a945f909b5df1641 /www | |
parent | 30481513dc41bad18038d50605ec363446c65aeb (diff) | |
download | freebsd-ports-gnome-2b82fcef99e85c30db3929f406ed4552a9689b5a.tar.gz freebsd-ports-gnome-2b82fcef99e85c30db3929f406ed4552a9689b5a.tar.zst freebsd-ports-gnome-2b82fcef99e85c30db3929f406ed4552a9689b5a.zip |
www/p5-RT-Extension-LDAPImport: Do not set RUN_DEPENDS twice
Diffstat (limited to 'www')
-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 |