diff options
author | pav <pav@FreeBSD.org> | 2010-05-21 05:23:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-21 05:23:22 +0800 |
commit | c35faa037db909974ea697f9578920ec0b96f90a (patch) | |
tree | b0fcbd3216a8df8f3707f208f21bba8b14a3d166 /www/firefox-sync | |
parent | 49826f6ad9122258942c9138ac774e3e21044dc1 (diff) | |
download | freebsd-ports-gnome-c35faa037db909974ea697f9578920ec0b96f90a.tar.gz freebsd-ports-gnome-c35faa037db909974ea697f9578920ec0b96f90a.tar.zst freebsd-ports-gnome-c35faa037db909974ea697f9578920ec0b96f90a.zip |
- Ignore outside i386 and amd64
Suggested by: hrs
Diffstat (limited to 'www/firefox-sync')
-rw-r--r-- | www/firefox-sync/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/firefox-sync/Makefile b/www/firefox-sync/Makefile index b6d7c6e1dbf3..d2532ca70351 100644 --- a/www/firefox-sync/Makefile +++ b/www/firefox-sync/Makefile @@ -42,6 +42,8 @@ REVID= ad1ede89cbb2 PLATFORM= FreeBSD_x86-gcc3 .elif ${ARCH} == amd64 PLATFORM= FreeBSD_${AMD64_ARCH}-gcc3 +.else +IGNORE= unsupported platform .endif GMAKE_FLAGS= sdkdir=${PREFIX}/lib/firefox3/sdk release_build=1 platform_target=${PLATFORM} TOPSRCDIR=${WRKSRC} |