aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-23 16:31:12 +0800
committermat <mat@FreeBSD.org>2016-04-23 16:31:12 +0800
commitf9ca6f47c71a1135d14bdf376fb97e78eab106ba (patch)
tree8e70eea97960d82f962860bb2fb65a8ba70664c2 /net
parent88f99a6b8e05f8179d0270590188ac95fe7420c8 (diff)
downloadfreebsd-ports-gnome-f9ca6f47c71a1135d14bdf376fb97e78eab106ba.tar.gz
freebsd-ports-gnome-f9ca6f47c71a1135d14bdf376fb97e78eab106ba.tar.zst
freebsd-ports-gnome-f9ca6f47c71a1135d14bdf376fb97e78eab106ba.zip
Remove ${PORTSDIR}/ from *_DEPENDS.
Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r--net/nats/Makefile2
1 files changed, 1 insertions, 1 deletions
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