diff options
author | arved <arved@FreeBSD.org> | 2004-01-29 15:36:09 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-01-29 15:36:09 +0800 |
commit | 0c85ffd3264478dc5516364badfbe5ae25969edc (patch) | |
tree | 235f04b08d3801269e20b66305b1749cbd87b865 /x11-toolkits/qwt | |
parent | 733873053c6d28e73d85f9596450c39282e10239 (diff) | |
download | freebsd-ports-gnome-0c85ffd3264478dc5516364badfbe5ae25969edc.tar.gz freebsd-ports-gnome-0c85ffd3264478dc5516364badfbe5ae25969edc.tar.zst freebsd-ports-gnome-0c85ffd3264478dc5516364badfbe5ae25969edc.zip |
Fix Location of qmakespec.
Reported by: kris
Diffstat (limited to 'x11-toolkits/qwt')
-rw-r--r-- | x11-toolkits/qwt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |