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 /graphics/poppler | |
parent | a73fee04224762fa5a2e7897fc4093fa963b527d (diff) | |
download | ports-5ca9a6aed07a4279fce6cf50ec0b17a0c704d358.tar.gz ports-5ca9a6aed07a4279fce6cf50ec0b17a0c704d358.zip |
Notes
Diffstat (limited to 'graphics/poppler')
-rw-r--r-- | graphics/poppler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 20efa1417c6e..f2c8df61d140 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -70,7 +70,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${X11BASE}/include|; \ s|/usr/local/qt/lib|${X11BASE}/lib|' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|$$QTDIR|${X11BASE}|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|$$QTDIR|${QT_PREFIX}|' ${WRKSRC}/configure .endif post-install: |