diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-02 17:28:08 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-02 17:28:08 +0800 |
commit | b7c07dbffed63fbe6446728cfd29d54b0eadb071 (patch) | |
tree | 55d2ca728540b1b5280a584fd288733df63326a3 | |
parent | 1e1bbaa91444afff65d5e5cd0180d1a0db8fe76f (diff) | |
download | freebsd-ports-gnome-b7c07dbffed63fbe6446728cfd29d54b0eadb071.tar.gz freebsd-ports-gnome-b7c07dbffed63fbe6446728cfd29d54b0eadb071.tar.zst freebsd-ports-gnome-b7c07dbffed63fbe6446728cfd29d54b0eadb071.zip |
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>
-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 bbacc3139bbc..bd9fac2787c1 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 |