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

(-)Makefile (-1 / +7 lines)
Lines 18-28 Link Here
18
BUILD_DEPENDS=	imake:${PORTSDIR}/devel/imake
18
BUILD_DEPENDS=	imake:${PORTSDIR}/devel/imake
19
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff
19
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff
20
20
21
USE_GMAKE=	yes
22
USE_LDCONFIG=	yes
21
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
22
USE_AUTOTOOLS=	autoconf:262
24
USE_AUTOTOOLS=	autoconf:262
23
CONFIGURE_ARGS=	--with-tiff=${PREFIX}
25
CONFIGURE_ARGS=	--with-tiff=${PREFIX}
24
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
26
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
25
USE_LDCONFIG=	yes
26
MAKE_ARGS=	ARCH=FREEBSD
27
MAKE_ARGS=	ARCH=FREEBSD
27
USE_XORG=	x11 xaw ice xext
28
USE_XORG=	x11 xaw ice xext
28
29
Lines 34-37 Link Here
34
.if ${ARCH} == "amd64"
35
.if ${ARCH} == "amd64"
35
BROKEN=		incomplete pkg-plist
36
BROKEN=		incomplete pkg-plist
36
.endif
37
.endif
38
39
.if ${OSVERSION} <= 604100
40
USE_GCC=	4.2+
41
.endif
42
37
.include <bsd.port.post.mk>
43
.include <bsd.port.post.mk>

Return to bug 136134