diff options
Diffstat (limited to 'www/webgo/Makefile')
-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> |