diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-29 07:36:09 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-29 07:36:09 +0000 |
commit | d81eca7f7ff94d3797da980db379967cefecfc55 (patch) | |
tree | ba671a88f985191ca718b6d20f0fdc082339b761 /x11-toolkits/qwt4 | |
parent | 309228f2b17eaa24bfe8c3b2d05d8a1f4c65d6ee (diff) | |
download | ports-d81eca7f7ff94d3797da980db379967cefecfc55.tar.gz ports-d81eca7f7ff94d3797da980db379967cefecfc55.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 7434ebd02af9..bc1ace0b4959 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}/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 |