diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-23 11:51:02 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-23 11:51:02 +0000 |
commit | 601b5e1f4868965d22cfb4a9d5b81ba09fd52c5b (patch) | |
tree | 6845acc17a45fb9e4affb610b4d6a1e22cc943a9 /multimedia/fxtv | |
parent | 7ff31f4252370225e9f2d061dcd07aa4cb46564d (diff) |
it works on amd64 - so add it to ONLY_FOR_ARCHS
Notes
Notes:
svn path=/head/; revision=135956
Diffstat (limited to 'multimedia/fxtv')
-rw-r--r-- | multimedia/fxtv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index a595eda415be..f7dcd6671ff2 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -43,7 +43,7 @@ pre-everything:: .if ${OSVERSION} < 500000 ONLY_FOR_ARCHS= i386 .else -ONLY_FOR_ARCHS= alpha i386 ia64 +ONLY_FOR_ARCHS= alpha i386 ia64 amd64 .endif pre-install: |