diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 17:20:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 17:20:01 +0000 |
commit | ccbb063d20f7b3ca3f94404ae9bedbddaa54d82b (patch) | |
tree | 7f6ef637d7841c9ada485511b6dbf85d2f53b359 /finance | |
parent | 10043d96f221ac80ee8885c825cfad23c40efede (diff) | |
download | ports-ccbb063d20f7b3ca3f94404ae9bedbddaa54d82b.tar.gz ports-ccbb063d20f7b3ca3f94404ae9bedbddaa54d82b.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/fixc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/fixc/Makefile b/finance/fixc/Makefile index 34742c7f22d9..8ed41023949a 100644 --- a/finance/fixc/Makefile +++ b/finance/fixc/Makefile @@ -10,7 +10,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= blttll@gmail.com COMMENT= Simple Financial Information eXchange (FIX) protocol console client -BUILD_DEPENDS= go:${PORTSDIR}/lang/go/ +BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go PLIST_FILES= bin/fixc |