aboutsummaryrefslogtreecommitdiff
path: root/finance/libstocks
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-01-25 17:52:59 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-01-25 17:52:59 +0000
commit5df3e27b73dc449038004bfe4bca14d22309e24f (patch)
treed74c87d14e7c73b4264d430d200b2e7f31904684 /finance/libstocks
parent5b6eca51252e3ea832ee00ada37517aa9eac9ac5 (diff)
downloadports-5df3e27b73dc449038004bfe4bca14d22309e24f.tar.gz
ports-5df3e27b73dc449038004bfe4bca14d22309e24f.zip
Fix the include path, so the client binary compiles...
Submitted by: fenner's build log
Notes
Notes: svn path=/head/; revision=53722
Diffstat (limited to 'finance/libstocks')
-rw-r--r--finance/libstocks/files/Makefile.client2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/libstocks/files/Makefile.client b/finance/libstocks/files/Makefile.client
index 94db408202cd..d75a2b8500a3 100644
--- a/finance/libstocks/files/Makefile.client
+++ b/finance/libstocks/files/Makefile.client
@@ -4,7 +4,7 @@ NOMAN= 1
PREFIX?=/usr/local
BINDIR= ${PREFIX}/bin
-CFLAGS+=-I${.CURDIR}/lib
+CFLAGS+=-I${.CURDIR}/../lib
LDADD+= -L../lib -lstocks
build: all