From 0c85ffd3264478dc5516364badfbe5ae25969edc Mon Sep 17 00:00:00 2001 From: arved Date: Thu, 29 Jan 2004 07:36:09 +0000 Subject: Fix Location of qmakespec. Reported by: kris --- x11-toolkits/qwt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-toolkits/qwt') diff --git a/x11-toolkits/qwt/Makefile b/x11-toolkits/qwt/Makefile index 7434ebd02af9..bc1ace0b4959 100644 --- a/x11-toolkits/qwt/Makefile +++ b/x11-toolkits/qwt/Makefile @@ -59,7 +59,7 @@ MAN3= Qwt.3 \ screenshots.3 pre-build: - cd ${WRKSRC}; qmake -spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ qwt.pro -o Makefile + cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ qwt.pro -o Makefile do-install: ${INSTALL_DATA} ${WRKSRC}/lib/libqwt.so.0.4.1 ${PREFIX}/lib -- cgit