diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 09:28:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 09:28:08 +0000 |
commit | d9c56adb1934845dbcbb7f3a378a94956b233567 (patch) | |
tree | 2668573f029d65f8817ba112b000701514be30c4 /cad | |
parent | 9bb9b86420472d4836ea392eeb93c439fdfb06f3 (diff) | |
download | freebsd-ports-d9c56adb1934845dbcbb7f3a378a94956b233567.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>
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 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 |