aboutsummaryrefslogtreecommitdiffstats
path: root/finance/fixc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit148314483d3098c0d6a33944f1190842e671502f (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /finance/fixc
parent96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff)
downloadfreebsd-ports-graphics-148314483d3098c0d6a33944f1190842e671502f.tar.gz
freebsd-ports-graphics-148314483d3098c0d6a33944f1190842e671502f.tar.zst
freebsd-ports-graphics-148314483d3098c0d6a33944f1190842e671502f.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'finance/fixc')
-rw-r--r--finance/fixc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/fixc/Makefile b/finance/fixc/Makefile
index 06b8c9a17d4..077be668f8a 100644
--- a/finance/fixc/Makefile
+++ b/finance/fixc/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= finance
MAINTAINER= blttll@gmail.com
COMMENT= Simple Financial Information eXchange (FIX) protocol console client
-BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
+BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go
PLIST_FILES= bin/fixc
USE_GITHUB= yes