From 46584c40c3b2fb6ab4dd17627522d0d53f9bfd57 Mon Sep 17 00:00:00 2001
From: Michael Gehring <mg@ebfe.org>
Date: Fri, 19 Feb 2016 21:47:38 +0100
Subject: [PATCH] gogs: depend on git-perl for go get

---
 srcpkgs/gogs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gogs/template b/srcpkgs/gogs/template
index 3b83068927a..8f69423d877 100644
--- a/srcpkgs/gogs/template
+++ b/srcpkgs/gogs/template
@@ -11,7 +11,7 @@ homepage="http://gogs.io"
 depends="git"
 distfiles="https://github.com/gogits/gogs/archive/v${version}.tar.gz"
 checksum=64984f608a5c16cb7f6bb0f3a84798f871bbc0d1311d067702f215f99f5df449
-hostmakedepends="git curl"
+hostmakedepends="git-perl curl"
 
 conf_files="/etc/gogs.ini"
 system_accounts="gogs"