diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2010-08-21 15:51:52 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2010-08-21 15:51:52 +0000 |
commit | e7df45b5660d5ba44b4baf96165c8f238728cbc3 (patch) | |
tree | f16f17702488f8f5550ac5bca7cb729c88ce9b7f /cad | |
parent | 5d2c7452eb12236ede0b981ca9c197ac5528d6f7 (diff) |
Notes
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 a8dd924d9b12..340ad92627ef 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 |