diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-22 21:10:29 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-22 21:10:29 +0000 |
commit | f4eb28be137e8ce6f20624fc49b79bb7b6e998bc (patch) | |
tree | 5ad729d335e9966ccb3f2d810ec58e554070d95f /x11-toolkits/qwt4 | |
parent | 93a544d409acc43cd7ea11a84de2877ad97bbfab (diff) | |
download | ports-f4eb28be137e8ce6f20624fc49b79bb7b6e998bc.tar.gz ports-f4eb28be137e8ce6f20624fc49b79bb7b6e998bc.zip |
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 53eef6d4bae8..a282aacc491a 100644 --- a/x11-toolkits/qwt4/Makefile +++ b/x11-toolkits/qwt4/Makefile @@ -59,7 +59,7 @@ MAN3= Qwt.3 \ screenshots.3 pre-build: - cd ${WRKSRC}; qmake -spec ${X11BASE}/mkspecs/freebsd-g++ qwt.pro -o Makefile + cd ${WRKSRC}; qmake -spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ qwt.pro -o Makefile do-install: ${INSTALL_DATA} ${WRKSRC}/lib/libqwt.so.0.4.1 ${PREFIX}/lib |