diff options
author | nork <nork@FreeBSD.org> | 2010-03-06 22:58:02 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-03-06 22:58:02 +0800 |
commit | 9810741c4235d9f522a686234623342005f59cbc (patch) | |
tree | e98677b2d0cd87f1963e739b1ecf905e8fc5f203 | |
parent | d0544a18058deffe3ba6e9a6b1e91169f8f37bd5 (diff) | |
download | freebsd-ports-gnome-9810741c4235d9f522a686234623342005f59cbc.tar.gz freebsd-ports-gnome-9810741c4235d9f522a686234623342005f59cbc.tar.zst freebsd-ports-gnome-9810741c4235d9f522a686234623342005f59cbc.zip |
Fix build error on amd64.
Feature safe: yes
-rw-r--r-- | www/moonshine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/moonshine/Makefile b/www/moonshine/Makefile index 509465bd3d8d..18797133e9ec 100644 --- a/www/moonshine/Makefile +++ b/www/moonshine/Makefile @@ -33,7 +33,7 @@ ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" .if ${ARCH} == "amd64" -ARCH= x86_64 +CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .endif .if defined(WITH_XPI_PLUGIN_ONLY) |