diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-10 13:53:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-10 13:53:54 +0800 |
commit | a2fc3e2be6280c8511f184c3c3500dddb61090cc (patch) | |
tree | 2567341ffdba27c13c415a9bc2a5c2e9a2db9f52 /cad | |
parent | 835c216f718a84f4d111517f1f98bb21dece63c0 (diff) | |
download | freebsd-ports-gnome-a2fc3e2be6280c8511f184c3c3500dddb61090cc.tar.gz freebsd-ports-gnome-a2fc3e2be6280c8511f184c3c3500dddb61090cc.tar.zst freebsd-ports-gnome-a2fc3e2be6280c8511f184c3c3500dddb61090cc.zip |
Also broken on powerpc.
Hat: portmgr
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index 22557cbefc1a..7c372d46faf1 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-5.0-20090901 MAINTAINER= hrs@FreeBSD.org COMMENT= A complete set of CAD tools and libraries for VLSI design -NOT_FOR_ARCHS= amd64 ia64 sparc64 +NOT_FOR_ARCHS= amd64 ia64 powerpc sparc64 NOT_FOR_ARCHS_REASON= ${PKGNAME} does not build on ${ARCH} WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 |