diff options
author | arved <arved@FreeBSD.org> | 2003-01-21 18:35:12 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-21 18:35:12 +0800 |
commit | 50790677bc508162272da6e00422aa135b081324 (patch) | |
tree | 495cca0de0941d915c5850b22acb877867110ad8 /x11-toolkits/qwt4 | |
parent | 5d0cda92bb7c57c8d078565b2e2da2bfe582c6b4 (diff) | |
download | freebsd-ports-gnome-50790677bc508162272da6e00422aa135b081324.tar.gz freebsd-ports-gnome-50790677bc508162272da6e00422aa135b081324.tar.zst freebsd-ports-gnome-50790677bc508162272da6e00422aa135b081324.zip |
Fix qmake configure
Reported by: bento
pointy hat to: arved
Diffstat (limited to 'x11-toolkits/qwt4')
-rw-r--r-- | x11-toolkits/qwt4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qwt4/Makefile b/x11-toolkits/qwt4/Makefile index 8b6dfe87734a..dce6aad0778c 100644 --- a/x11-toolkits/qwt4/Makefile +++ b/x11-toolkits/qwt4/Makefile @@ -58,7 +58,7 @@ MAN3= Qwt.3 \ screenshots.3 pre-build: - cd ${WRKSRC}; qmake qwt.pro -o Makefile + cd ${WRKSRC}; qmake -spec ${X11BASE}/mkspecs/freebsd-g++ qwt.pro -o Makefile do-install: ${INSTALL_DATA} ${WRKSRC}/lib/libqwt.so.0.4.1 ${PREFIX}/lib |