diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-24 01:20:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-24 01:20:39 +0000 |
commit | 2b95b5e6cfbd677295cbf8008d2312083b9dd756 (patch) | |
tree | ad699cbb2eac4c481351ab30950bddfab95f581a /www/firefox35 | |
parent | a150f93545601dab06190df554ab3a45a98c2062 (diff) | |
download | FreeBSD-ports-2b95b5e6cfbd677295cbf8008d2312083b9dd756.zip FreeBSD-ports-2b95b5e6cfbd677295cbf8008d2312083b9dd756.tar.gz |
Don't build these ports on amd64.
Approved by: portmgr (implicit)
Diffstat (limited to 'www/firefox35')
-rw-r--r-- | www/firefox35/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index e165160..9b017fc 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -43,6 +43,8 @@ LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} JREDIR= ${LOCALBASE}/jdk1.3.1/jre PLUGINSDIR= ${PREFIX}/lib/browser_plugins +NOT_FOR_ARCHS= amd64 + .include <bsd.port.pre.mk> #.if ${PERL_LEVEL} < 500601 |