diff options
author | mat <mat@FreeBSD.org> | 2018-06-21 22:57:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-06-21 22:57:00 +0800 |
commit | f564709cd0df3b5f5c1f6c2f2e19180fc6eccec3 (patch) | |
tree | eac5766a155ce55f0193d6d936699f081e9e057c | |
parent | b66c685c14faf20f65af59b31fb4dc3ef33a130a (diff) | |
download | freebsd-ports-gnome-f564709cd0df3b5f5c1f6c2f2e19180fc6eccec3.tar.gz freebsd-ports-gnome-f564709cd0df3b5f5c1f6c2f2e19180fc6eccec3.tar.zst freebsd-ports-gnome-f564709cd0df3b5f5c1f6c2f2e19180fc6eccec3.zip |
Fix build.
Sponsored by: Absolight
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile b/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile index f936ffdb5276..5372c0a3dc2c 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile @@ -15,6 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-SaltedHash>0:security/p5-Crypt-SaltedHash \ p5-Session-Token>0:security/p5-Session-Token \ + p5-File-ShareDir-Install>0:devel/p5-File-ShareDir-Install \ p5-Dancer2>=0.204001:www/p5-Dancer2 RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-File-Share>0:devel/p5-File-Share |