diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-29 15:10:58 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-29 15:10:58 +0000 |
commit | 890ff0a3fc527477b0d0ff1a0201b9e1503b1de5 (patch) | |
tree | 34d43616b13829d181021c8d6b4a3543f440a89d | |
parent | 642dd35e5b4d2bd71a472b78136cce29cbe8bf6a (diff) |
Notes
-rw-r--r-- | mail/mulberry/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mulberry/Makefile b/mail/mulberry/Makefile index 0d6a4aef6e7d..0438e941e54e 100644 --- a/mail/mulberry/Makefile +++ b/mail/mulberry/Makefile @@ -21,7 +21,7 @@ COMMENT= A scalable high-performance GUI internet Mail User Agent NO_WRKSUBDIR= yes USE_LINUX= yes USE_XLIB= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 .include <bsd.port.pre.mk> |