diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-06-19 21:56:26 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-06-19 21:56:26 +0000 |
commit | b69cb334c36e98f94460c7806dfff35cc5cb3c7a (patch) | |
tree | 84975b5f36ea2b017ef976424733d944e491a40b /graphics/ivtools | |
parent | dbd08f4f3210d4ffbde965515de2a962c057f4be (diff) | |
download | ports-b69cb334c36e98f94460c7806dfff35cc5cb3c7a.tar.gz ports-b69cb334c36e98f94460c7806dfff35cc5cb3c7a.zip |
Notes
Diffstat (limited to 'graphics/ivtools')
-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> |