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/seamonkey | |
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/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index b767784..c3e3b2c 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -160,6 +160,8 @@ JPI_LIST=\ ${LOCALBASE}/diablo-jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so \ ${LOCALBASE}/jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so +NOT_FOR_ARCHS= amd64 + .include <bsd.port.pre.mk> MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ |