diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-09 21:48:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-09 21:48:10 +0000 |
commit | 774aa1bb7d932cb3a0ab6e4bf90c32bae532eb74 (patch) | |
tree | 14aeb971f95a776bb00083d40aa44a2c3e430997 | |
parent | 19fa3ee2a14b637e98a52a4f4e4eebabe38b4927 (diff) | |
download | ports-774aa1bb7d932cb3a0ab6e4bf90c32bae532eb74.tar.gz ports-774aa1bb7d932cb3a0ab6e4bf90c32bae532eb74.zip |
Notes
-rw-r--r-- | mail/pear-Mail_Mime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile index 3f0c06c0c026..0a55ff3b3dc1 100644 --- a/mail/pear-Mail_Mime/Makefile +++ b/mail/pear-Mail_Mime/Makefile @@ -11,6 +11,7 @@ COMMENT= PEAR classes to create and decode MIME messages LICENSE= BSD3CLAUSE -USES= pear +USES= pear +NO_ARCH= yes .include <bsd.port.mk> |