diff options
Diffstat (limited to 'net/cf/Makefile')
-rw-r--r-- | net/cf/Makefile | 4 |
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 |