diff options
author | des <des@FreeBSD.org> | 2015-11-03 21:07:57 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2015-11-03 21:07:57 +0800 |
commit | 71ca650b3d8a1f37b8a8be1a8637738e35d8a661 (patch) | |
tree | 05f7c2a0d56d162ade380cb674531abdd29ba7c3 /net/p5-ldap2pw | |
parent | 4c688b456226d5bb65df1c748c5966ee5aa23a31 (diff) | |
download | freebsd-ports-gnome-71ca650b3d8a1f37b8a8be1a8637738e35d8a661.tar.gz freebsd-ports-gnome-71ca650b3d8a1f37b8a8be1a8637738e35d8a661.tar.zst freebsd-ports-gnome-71ca650b3d8a1f37b8a8be1a8637738e35d8a661.zip |
Fix BUILD_DEPENDS. No bump since the current version doesn't build.
Diffstat (limited to 'net/p5-ldap2pw')
-rw-r--r-- | net/p5-ldap2pw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-ldap2pw/Makefile b/net/p5-ldap2pw/Makefile index 5ff1c04a78a0..805e0aa3674b 100644 --- a/net/p5-ldap2pw/Makefile +++ b/net/p5-ldap2pw/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap +BUILD_DEPENDS= ${RUN_DEPENDS} USE_GITHUB= yes GH_ACCOUNT= dag-erling |