diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-24 01:21:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-24 01:21:15 +0000 |
commit | 71426eddfe115cb0f5731716cf4d74659d6639f6 (patch) | |
tree | e9b5f78e74ddc132076736110343f55ac5415459 /mail/thunderbird/Makefile | |
parent | 4889bf65b1a54724c35935baacd7a65830832dae (diff) |
Notes
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 630bb1b19d9a..329f2d6b8b7b 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -40,6 +40,8 @@ WRKSRC= ${WRKDIR}/mozilla LOCAL_SUBDIR= lib/${PORTNAME} LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} +NOT_FOR_ARCHS= amd64 + .include <bsd.port.pre.mk> SORT?=/usr/bin/sort |