diff options
author | araujo <araujo@FreeBSD.org> | 2009-06-20 05:56:26 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-06-20 05:56:26 +0800 |
commit | bc574e87ef2c69c19775c17c4a8b2030fd21ba7b (patch) | |
tree | 8801e68ce9eeda499a14930bc875f71393e68737 | |
parent | 75e5356c37457647117f3c46a1f2dcda3ea95896 (diff) | |
download | freebsd-ports-gnome-bc574e87ef2c69c19775c17c4a8b2030fd21ba7b.tar.gz freebsd-ports-gnome-bc574e87ef2c69c19775c17c4a8b2030fd21ba7b.tar.zst freebsd-ports-gnome-bc574e87ef2c69c19775c17c4a8b2030fd21ba7b.zip |
- Broken on amd64.
- Pass maintainership to latest submitter.
Reported by: itetcu, pav
-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> |