View | Details | Raw Unified | Return to bug 52883 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +7 lines)
Lines 15-20 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	GNU Triangulated Surface Library
16
COMMENT=	GNU Triangulated Surface Library
17
17
18
.include <bsd.port.pre.mk>
19
20
.if (${ARCH} != "i386")
21
BROKEN=	"Supports only i386 FP operation"
22
.endif
23
18
USE_GNOME=	glib12
24
USE_GNOME=	glib12
19
USE_GETOPT_LONG=	yes
25
USE_GETOPT_LONG=	yes
20
USE_REINPLACE=	yes
26
USE_REINPLACE=	yes
Lines 36-39 Link Here
36
	${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
42
	${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
37
.endif
43
.endif
38
44
39
.include <bsd.port.mk>
45
.include <bsd.port.post.mk>

Return to bug 52883