diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-08 20:14:57 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-08 20:14:57 +0800 |
commit | d92ef2725a21e515c7c3a8f32368708c2d7c6d46 (patch) | |
tree | 1b8ab30878a9a5f371c4f13cfa0ac9a152bb91be /graphics | |
parent | fd7b9adacace79b84d0d278414d07ad8f64896d0 (diff) | |
download | marcuscom-ports-d92ef2725a21e515c7c3a8f32368708c2d7c6d46.tar marcuscom-ports-d92ef2725a21e515c7c3a8f32368708c2d7c6d46.tar.gz marcuscom-ports-d92ef2725a21e515c7c3a8f32368708c2d7c6d46.tar.bz2 marcuscom-ports-d92ef2725a21e515c7c3a8f32368708c2d7c6d46.tar.lz marcuscom-ports-d92ef2725a21e515c7c3a8f32368708c2d7c6d46.tar.xz marcuscom-ports-d92ef2725a21e515c7c3a8f32368708c2d7c6d46.tar.zst marcuscom-ports-d92ef2725a21e515c7c3a8f32368708c2d7c6d46.zip |
Add back post-patch:
Submitted by: Yasuda Keisuke <kysd@po.harenet.ne.jp>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14983 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/poppler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 8abbd281b..fa89ab813 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -3,7 +3,7 @@ # Whom: marcus@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.66 2010/11/17 15:03:00 kwm Exp $ +# $MCom: ports/graphics/poppler/Makefile,v 1.68 2011/01/05 15:45:13 kwm Exp $ # PORTNAME= poppler @@ -110,6 +110,7 @@ LIB_DEPENDS+= openjpeg.2:${PORTSDIR}/graphics/openjpeg .endif .endif +post-patch: .if defined(SLAVEPORT) && ${SLAVEPORT}=="qt" @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${LOCALBASE}/include|; \ s|$$QTDIR|${QT_PREFIX}|; \ |