diff options
author | hrs <hrs@FreeBSD.org> | 2006-07-26 01:15:31 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-07-26 01:15:31 +0800 |
commit | 57971359a2df69dd1a6e7d98829f5f0a42c85220 (patch) | |
tree | ba3e6068bfd25818143d6d20181302f6cecb403c /cad | |
parent | 168bdd9de1cbed2f44693c37af8e04e2603576cb (diff) | |
download | freebsd-ports-gnome-57971359a2df69dd1a6e7d98829f5f0a42c85220.tar.gz freebsd-ports-gnome-57971359a2df69dd1a6e7d98829f5f0a42c85220.tar.zst freebsd-ports-gnome-57971359a2df69dd1a6e7d98829f5f0a42c85220.zip |
Add NOT_FOR_ARCHS=sparc64 line because of build problems on sparc64.
Spotted by: linimon
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index b132d49a9c18..d525b2649d73 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-5.0-20050217 MAINTAINER= hrs@FreeBSD.org COMMENT= A complete set of CAD tools and libraries for VLSI design +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= ${PKGNAME} does not build on ${ARCH} + WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 USE_BISON= yes |