aboutsummaryrefslogtreecommitdiff
path: root/graphics/libfpx
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2007-11-02 23:07:35 +0000
committerMikhail Teterin <mi@FreeBSD.org>2007-11-02 23:07:35 +0000
commit6699178428ceac8341a7761edf01310a168c1543 (patch)
treedbc9b8d1141ce812fdcf13c73e907c1098b3bbc3 /graphics/libfpx
parent2fc6fc0887b0a3a5d423a81712921dfe7f1a5c72 (diff)
downloadports-6699178428ceac8341a7761edf01310a168c1543.tar.gz
ports-6699178428ceac8341a7761edf01310a168c1543.zip
The top-level build directory should also be in the include path.
Approved by: portmgr (linimon) PR: ports/117774
Notes
Notes: svn path=/head/; revision=202489
Diffstat (limited to 'graphics/libfpx')
-rw-r--r--graphics/libfpx/files/Makefile.bsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd
index 731f92620b51..ceb593dbb099 100644
--- a/graphics/libfpx/files/Makefile.bsd
+++ b/graphics/libfpx/files/Makefile.bsd
@@ -34,7 +34,7 @@ LDADD += -L${LOCALBASE}/lib -lm -lstdc++
.PATH: ${CPPS:H}
-.for d in oless/h jpeg ole basics ri_image oless fpx
+.for d in oless/h jpeg ole basics ri_image oless fpx .
CXXFLAGS+= -I${.CURDIR}/$d
.endfor