diff options
Diffstat (limited to 'x11-fm/xdiskusage/Makefile')
-rw-r--r-- | x11-fm/xdiskusage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile index 8127dea227f9..a32ca865a16d 100644 --- a/x11-fm/xdiskusage/Makefile +++ b/x11-fm/xdiskusage/Makefile @@ -34,10 +34,10 @@ BROKEN= Does not compile do-build: .for i in panels xdiskusage - ${CXX} ${CXXFLAGS} -I${X11BASE}/include -c \ + ${CXX} ${CXXFLAGS} -I${LOCALBASE}/include -c \ ${WRKSRC}/${i}.C -o ${WRKSRC}/${i}.o .endfor - ${CXX} ${CXXFLAGS} -L${X11BASE}/lib -o \ + ${CXX} ${CXXFLAGS} -L${LOCALBASE}/lib -o \ ${WRKSRC}/xdiskusage ${WRKSRC}/panels.o \ ${WRKSRC}/xdiskusage.o -lfltk -lm -lXext -lX11 ${LDFLAGS} |