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

(-)Makefile (-2 / +7 lines)
Lines 26-33 Link Here
26
		png.5:${PORTSDIR}/graphics/png \
26
		png.5:${PORTSDIR}/graphics/png \
27
		tiff.4:${PORTSDIR}/graphics/tiff
27
		tiff.4:${PORTSDIR}/graphics/tiff
28
28
29
BROKEN=		Does not build
30
31
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
29
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
32
USE_GETTEXT=	yes
30
USE_GETTEXT=	yes
33
USE_XLIB=	yes
31
USE_XLIB=	yes
Lines 38-43 Link Here
38
36
39
MAN1=		ives.1 xjpegroot.1 xnc.1 xnlaunch.1 iedit.1 iview.1
37
MAN1=		ives.1 xjpegroot.1 xnc.1 xnlaunch.1 iedit.1 iview.1
40
38
39
post-configure:
40
	${REINPLACE_CMD} -e 's|-I$$(MYSRCDIR)/intl||;s|$${top_builddir}/intl/libintl.a|-lintl|' \
41
		${WRKSRC}/src/ives/makefile \
42
		${WRKSRC}/src/launch/makefile \
43
		${WRKSRC}/src/xsetup/makefile \
44
		${WRKSRC}/src/makefile
45
41
post-install:
46
post-install:
42
	@${CAT} ${PKGMESSAGE}
47
	@${CAT} ${PKGMESSAGE}

Return to bug 114302