diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 01:20:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 01:20:01 +0800 |
commit | 04b077ed326b2be653fd05780ae16fc915ed8f8c (patch) | |
tree | 7f6ef637d7841c9ada485511b6dbf85d2f53b359 /finance | |
parent | 2adebe8cce199a7ad254d6ddc91e3b6e0af8dbbf (diff) | |
download | freebsd-ports-gnome-04b077ed326b2be653fd05780ae16fc915ed8f8c.tar.gz freebsd-ports-gnome-04b077ed326b2be653fd05780ae16fc915ed8f8c.tar.zst freebsd-ports-gnome-04b077ed326b2be653fd05780ae16fc915ed8f8c.zip |
- Unbrea INDEX
Reported by: poudriere exp-run
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 |