diff options
-rw-r--r-- | graphics/ivtools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index d114b1694351..bb8f715762d9 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= SF EXTRACT_SUFX= .tgz -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Drawing editors derived from idraw BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake @@ -31,4 +31,7 @@ MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1 .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= incomplete pkg-plist +.endif .include <bsd.port.post.mk> |