diff options
author | hrs <hrs@FreeBSD.org> | 2010-08-21 23:51:52 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2010-08-21 23:51:52 +0800 |
commit | 4e57a91a391c60b4d05ffd9a7933a971c7573d78 (patch) | |
tree | 42addb35c181f4d2d231f7c0da802fadb5cebcc3 /cad | |
parent | c902088d6aca9d8ddaad138ea6b1f79727c61d6f (diff) | |
download | freebsd-ports-graphics-4e57a91a391c60b4d05ffd9a7933a971c7573d78.tar.gz freebsd-ports-graphics-4e57a91a391c60b4d05ffd9a7933a971c7573d78.tar.zst freebsd-ports-graphics-4e57a91a391c60b4d05ffd9a7933a971c7573d78.zip |
Add all 64-bit platforms to NOT_FOR_ARCHS for the moment to unbreak the port.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index a8dd924d9b1..340ad92627e 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= ia64 sparc64 +NOT_FOR_ARCHS= amd64 ia64 sparc64 NOT_FOR_ARCHS_REASON= ${PKGNAME} does not build on ${ARCH} WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 @@ -36,8 +36,6 @@ CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man \ .if ${OSVERSION} < 800000 BROKEN= does not compile -.else -BROKEN= incomplete plist .endif ALLIANCE_TOP= ${PREFIX}/alliance |