diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 13:54:51 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 13:54:51 +0000 |
commit | bad284dfcb40ef2b1619a1b239b7d789b24b7403 (patch) | |
tree | 008346f42bdfd4b681a48f39cfbb17005011593a | |
parent | 7bfaf02fd99702abb041a2c40205cd0c497d87c8 (diff) | |
download | FreeBSD-ports-bad284dfcb40ef2b1619a1b239b7d789b24b7403.zip FreeBSD-ports-bad284dfcb40ef2b1619a1b239b7d789b24b7403.tar.gz |
- Sort RUN_DEPENDS
- Add NO_ARCH
-rw-r--r-- | mail/rubygem-actionmailer4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/rubygem-actionmailer4/Makefile b/mail/rubygem-actionmailer4/Makefile index ea1a9dc..be098ee 100644 --- a/mail/rubygem-actionmailer4/Makefile +++ b/mail/rubygem-actionmailer4/Makefile @@ -15,9 +15,10 @@ LICENSE= MIT RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack4 \ rubygem-actionview>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview \ rubygem-activejob>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activejob \ - rubygem-rails-dom-testing>=1.0:${PORTSDIR}/textproc/rubygem-rails-dom-testing \ - rubygem-mail>=2.6.1:${PORTSDIR}/mail/rubygem-mail + rubygem-mail>=2.6.1:${PORTSDIR}/mail/rubygem-mail \ + rubygem-rails-dom-testing>=1.0:${PORTSDIR}/textproc/rubygem-rails-dom-testing +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |