summaryrefslogtreecommitdiff
path: root/databases/redigo
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 /databases/redigo
parent4719a9a192fd826a4f21df5bf321a22a9ded6ea2 (diff)
Notes
Diffstat (limited to 'databases/redigo')
-rw-r--r--databases/redigo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/redigo/Makefile b/databases/redigo/Makefile
index 8ea214ec04dd..9871be037dba 100644
--- a/databases/redigo/Makefile
+++ b/databases/redigo/Makefile
@@ -10,8 +10,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Go client for the Redis database
WRKSRC= ${WRKDIR}/${DISTNAME}/redis
+USES= go
GO_PKGNAME= github.com/garyburd/${PORTNAME}/redis
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>