diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-22 12:40:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-22 12:40:04 +0000 |
commit | 5d7b880ff05897ffe683dc906c98a0fbccfefe95 (patch) | |
tree | 368b672d684456fd3d707cabe51d0c42518857db /www | |
parent | 4719a9a192fd826a4f21df5bf321a22a9ded6ea2 (diff) | |
download | ports-5d7b880ff05897ffe683dc906c98a0fbccfefe95.tar.gz ports-5d7b880ff05897ffe683dc906c98a0fbccfefe95.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/webgo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/webgo/Makefile b/www/webgo/Makefile index 1ced8db0a912..11174e59b533 100644 --- a/www/webgo/Makefile +++ b/www/webgo/Makefile @@ -13,8 +13,7 @@ COMMENT= Simplest way to write web applications in the Go programming language SVNVERSION= 20120419 +USES= go GO_PKGNAME= github.com/hoisie/web -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/lang/go/files/bsd.go.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |