aboutsummaryrefslogtreecommitdiff
path: root/devel/statik/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-22 12:40:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-22 12:40:04 +0000
commit5d7b880ff05897ffe683dc906c98a0fbccfefe95 (patch)
tree368b672d684456fd3d707cabe51d0c42518857db /devel/statik/Makefile
parent4719a9a192fd826a4f21df5bf321a22a9ded6ea2 (diff)
Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6057
Notes
Notes: svn path=/head/; revision=413776
Diffstat (limited to 'devel/statik/Makefile')
-rw-r--r--devel/statik/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/statik/Makefile b/devel/statik/Makefile
index 6e6e851dba1e..517eae66977b 100644
--- a/devel/statik/Makefile
+++ b/devel/statik/Makefile
@@ -9,14 +9,11 @@ COMMENT= Embed static files into a Go executable
LICENSE= APACHE20
-BUILD_DEPENDS= go:lang/go
-
ONLY_FOR_ARCHS= i386 amd64
+USES= go
USE_GITHUB= yes
GH_ACCOUNT= rakyll
GH_TAGNAME= 4a16c83
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>