diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
commit | 5ca9a6aed07a4279fce6cf50ec0b17a0c704d358 (patch) | |
tree | 98af802b3322b4a54225135638e2882425155007 /math/qscanplot | |
parent | a73fee04224762fa5a2e7897fc4093fa963b527d (diff) |
Notes
Diffstat (limited to 'math/qscanplot')
-rw-r--r-- | math/qscanplot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/qscanplot/Makefile b/math/qscanplot/Makefile index 41af7b3fd3c6..7ebb34b273f4 100644 --- a/math/qscanplot/Makefile +++ b/math/qscanplot/Makefile @@ -23,9 +23,8 @@ USE_PERL5_BUILD=yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-lm ${PTHREAD_LIBS}" \ - QTDIR=${X11BASE} \ LIBQT=-lqt-mt -MAKE_ENV= QTDIR=${X11BASE} +MAKE_ENV= QTDIR=${QT_PREFIX} post-patch: @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \ |