diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-27 01:58:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-27 01:58:48 +0800 |
commit | afca4466c9c4c4dd29f9e50316f979bb8c5ffdb2 (patch) | |
tree | b0fedbccc28065966a78ba3fea3bcb60322caa7c /mail | |
parent | 6d4ea7de7f02e59f17d842c27625ae1b757e25c6 (diff) | |
download | freebsd-ports-gnome-afca4466c9c4c4dd29f9e50316f979bb8c5ffdb2.tar.gz freebsd-ports-gnome-afca4466c9c4c4dd29f9e50316f979bb8c5ffdb2.tar.zst freebsd-ports-gnome-afca4466c9c4c4dd29f9e50316f979bb8c5ffdb2.zip |
Add ia64 to the list of unsupported platforms.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird-esr/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile index c402fdb1ed6e..c6c6e7b7961f 100644 --- a/mail/thunderbird-devel/Makefile +++ b/mail/thunderbird-devel/Makefile @@ -41,7 +41,7 @@ WRKSRC= ${WRKDIR}/mozilla LOCAL_SUBDIR= lib/${PORTNAME} LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -NOT_FOR_ARCHS= amd64 +NOT_FOR_ARCHS= amd64 ia64 .include <bsd.port.pre.mk> diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index c402fdb1ed6e..c6c6e7b7961f 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -41,7 +41,7 @@ WRKSRC= ${WRKDIR}/mozilla LOCAL_SUBDIR= lib/${PORTNAME} LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -NOT_FOR_ARCHS= amd64 +NOT_FOR_ARCHS= amd64 ia64 .include <bsd.port.pre.mk> diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index c402fdb1ed6e..c6c6e7b7961f 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -41,7 +41,7 @@ WRKSRC= ${WRKDIR}/mozilla LOCAL_SUBDIR= lib/${PORTNAME} LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -NOT_FOR_ARCHS= amd64 +NOT_FOR_ARCHS= amd64 ia64 .include <bsd.port.pre.mk> diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index c402fdb1ed6e..c6c6e7b7961f 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -41,7 +41,7 @@ WRKSRC= ${WRKDIR}/mozilla LOCAL_SUBDIR= lib/${PORTNAME} LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -NOT_FOR_ARCHS= amd64 +NOT_FOR_ARCHS= amd64 ia64 .include <bsd.port.pre.mk> |