diff options
author | trevor <trevor@FreeBSD.org> | 2001-04-20 18:31:22 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-04-20 18:31:22 +0800 |
commit | ad237ac57fb92d51cbd941e7d040e41fc5cf7b43 (patch) | |
tree | 46cfee4482c728b5123e73f96cc01de3771df27b | |
parent | 958f12ec57a2fdbb36d4adcbaa040847cbded272 (diff) | |
download | freebsd-ports-gnome-ad237ac57fb92d51cbd941e7d040e41fc5cf7b43.tar.gz freebsd-ports-gnome-ad237ac57fb92d51cbd941e7d040e41fc5cf7b43.tar.zst freebsd-ports-gnome-ad237ac57fb92d51cbd941e7d040e41fc5cf7b43.zip |
This is not 64-bit clean.
-rw-r--r-- | mail/xc-mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/xc-mail/Makefile b/mail/xc-mail/Makefile index dab77e6c4631..db3290d8fb75 100644 --- a/mail/xc-mail/Makefile +++ b/mail/xc-mail/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= Xclasses.1:${PORTSDIR}/x11-toolkits/xclasses RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell GNU_CONFIGURE= yes +ONLY_FOR_ARCHS= arm i386 USE_GMAKE= yes USE_X_PREFIX= yes |