diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-21 10:35:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-21 10:35:12 +0000 |
commit | e863ce245b3c3fe74cd78fd8176ed118631c173e (patch) | |
tree | 05828a8e85f589881f24aa6eb9654946fda59ec9 /x11-toolkits/qwt4 | |
parent | 4843501e24f024bfa72532e00e41192721ee13b4 (diff) |
Notes
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 |