diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-01-27 15:54:31 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-01-27 15:54:31 +0800 |
commit | 8d2a6ab89aa2c5a0e5199dc371d84022c5b61e6a (patch) | |
tree | e205fff6cab6ffd0506cfd0eebbe4210442c3c7b /emulators/linux-peops-spu | |
parent | d8ec26459344fa6e552d3fab9bcfa855a8e2b2ce (diff) | |
download | freebsd-ports-gnome-8d2a6ab89aa2c5a0e5199dc371d84022c5b61e6a.tar.gz freebsd-ports-gnome-8d2a6ab89aa2c5a0e5199dc371d84022c5b61e6a.tar.zst freebsd-ports-gnome-8d2a6ab89aa2c5a0e5199dc371d84022c5b61e6a.zip |
Add amd64 to ONLY_FOR_ARCHS
PR: ports/92400
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Diffstat (limited to 'emulators/linux-peops-spu')
-rw-r--r-- | emulators/linux-peops-spu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux-peops-spu/Makefile b/emulators/linux-peops-spu/Makefile index c152868e6537..e7df1a57534b 100644 --- a/emulators/linux-peops-spu/Makefile +++ b/emulators/linux-peops-spu/Makefile @@ -23,7 +23,7 @@ NO_BUILD= yes USE_LINUX= yes USE_X_PREFIX= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 MAJOR= ${PORTVERSION:R} MINOR= ${PORTVERSION:E} |