View | Details | Raw Unified | Return to bug 171877
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	poppler
9
PORTNAME=	poppler
10
PORTVERSION=	0.18.4
10
PORTVERSION=	0.18.4
11
PORTREVISION?=	1
11
PORTREVISION?=	2
12
CATEGORIES=	graphics print
12
CATEGORIES=	graphics print
13
MASTER_SITES=	http://poppler.freedesktop.org/
13
MASTER_SITES=	http://poppler.freedesktop.org/
14
14
Lines 110-115 Link Here
110
.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt4"
110
.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt4"
111
	@${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \
111
	@${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \
112
		${WRKSRC}/configure
112
		${WRKSRC}/configure
113
	# A fix for bug 52193 (fixed upstream at poppler-0.20)
114
	${REINPLACE_CMD} -e 's:poppler/poppler-config.h:poppler-config.h:' ${WRKSRC}/goo/*.h ${WRKSRC}/splash/*.h
113
.endif
115
.endif
114
116
115
post-install:
117
post-install:

Return to bug 171877