diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-02 09:28:08 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-02 09:28:08 +0000 |
commit | b7c07dbffed63fbe6446728cfd29d54b0eadb071 (patch) | |
tree | 55d2ca728540b1b5280a584fd288733df63326a3 /cad | |
parent | 1e1bbaa91444afff65d5e5cd0180d1a0db8fe76f (diff) | |
download | FreeBSD-ports-b7c07dbffed63fbe6446728cfd29d54b0eadb071.zip FreeBSD-ports-b7c07dbffed63fbe6446728cfd29d54b0eadb071.tar.gz |
cad/linux-GiD doesn't work on amd64
When I ported this I added amd64 to give the "benefit of
doubt" however I had the chance top test it but it doesn't
work, it coredumps.
PR: ports/91188
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Diffstat (limited to 'cad')
-rw-r--r-- | cad/linux-gid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/linux-gid/Makefile b/cad/linux-gid/Makefile index bbacc31..bd9fac2 100644 --- a/cad/linux-gid/Makefile +++ b/cad/linux-gid/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A graphical pre- and post-processor for numerical simulation programs CONFLICTS= id-utils-[0-9]* coreutils-[0-9]* -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= i386 USE_LINUX= yes #USE_X_PREFIX= yes |