aboutsummaryrefslogtreecommitdiff
path: root/net/cf
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/cf
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
Notes
Diffstat (limited to 'net/cf')
-rw-r--r--net/cf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cf/Makefile b/net/cf/Makefile
index 0e5034709719..c83c3f465330 100644
--- a/net/cf/Makefile
+++ b/net/cf/Makefile
@@ -8,8 +8,8 @@ CATEGORIES= net
MAINTAINER= swills@FreeBSD.org
COMMENT= CLI for Cloud Foundry written in Go
-BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \
- ${LOCALBASE}/bin/go-bindata:${PORTSDIR}/devel/go-bindata
+BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go \
+ ${LOCALBASE}/bin/go-bindata:devel/go-bindata
USE_GITHUB= yes
GH_ACCOUNT= cloudfoundry