diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-09 00:53:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-09 00:53:02 +0800 |
commit | 861b370243078b1afc1d9d5e272fd20fd358ca15 (patch) | |
tree | e41cbcce8c45d8d72a0da28cbb516c832944817f /math | |
parent | d956bf0c57360941082097d576c6a29d9e139cdf (diff) | |
download | freebsd-ports-graphics-861b370243078b1afc1d9d5e272fd20fd358ca15.tar.gz freebsd-ports-graphics-861b370243078b1afc1d9d5e272fd20fd358ca15.tar.zst freebsd-ports-graphics-861b370243078b1afc1d9d5e272fd20fd358ca15.zip |
- Allow to build on AMD64
PR: 144165 144167 144168 144170 144171 144172 144173 144174
144183 144493 144496
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/linux-relview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/linux-relview/Makefile b/math/linux-relview/Makefile index e20965b7bef..219c693a3f2 100644 --- a/math/linux-relview/Makefile +++ b/math/linux-relview/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .gz MAINTAINER= ports@FreeBSD.org COMMENT= An interactive tool for manipulation of relations -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= gtk xorglibs |