From f9ca6f47c71a1135d14bdf376fb97e78eab106ba Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 23 Apr 2016 08:31:12 +0000 Subject: Remove ${PORTSDIR}/ from *_DEPENDS. Sponsored by: Absolight --- net/nats/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/nats/Makefile b/net/nats/Makefile index f9f3f950cc2c..c34a0c45ccf0 100644 --- a/net/nats/Makefile +++ b/net/nats/Makefile @@ -11,7 +11,7 @@ COMMENT= Messaging system written in Go LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/golang.org/x/crypto/bcrypt.a:${PORTSDIR}/security/go.crypto +BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/golang.org/x/crypto/bcrypt.a:security/go.crypto USES= go GO_PKGNAME= github.com/nats-io/gnatsd -- cgit