diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-04 01:08:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-04 01:08:40 +0800 |
commit | 97f25e12d3e9fa7b682c06f143b02f7e777c8bd6 (patch) | |
tree | 20eb26ec20618f8126948c189fdb8a2101ad165f /mail | |
parent | f03d64fd8eb471188ba7a3dc50bf8052796a46c5 (diff) | |
download | freebsd-ports-gnome-97f25e12d3e9fa7b682c06f143b02f7e777c8bd6.tar.gz freebsd-ports-gnome-97f25e12d3e9fa7b682c06f143b02f7e777c8bd6.tar.zst freebsd-ports-gnome-97f25e12d3e9fa7b682c06f143b02f7e777c8bd6.zip |
- Add NO_ARCH
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SendEasy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/p5-Mail-SendEasy/Makefile b/mail/p5-Mail-SendEasy/Makefile index f80fcf2a3fe3..efd3828cf280 100644 --- a/mail/p5-Mail-SendEasy/Makefile +++ b/mail/p5-Mail-SendEasy/Makefile @@ -14,6 +14,7 @@ COMMENT= Send plain/html e-mails through SMTP servers LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 |