summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaca <taca>2011-03-23 15:02:09 +0000
committertaca <taca>2011-03-23 15:02:09 +0000
commit224edca9670ae3faf5f863d8036cb753782256c0 (patch)
tree5a9183cc707b727684a166bceca46bdbf752dcff /mail
parent8caf25d9798731fcc0ae5a63c75925ed33d19ed6 (diff)
downloadpkgsrc-224edca9670ae3faf5f863d8036cb753782256c0.tar.gz
Switch to use lang/ruby/rails.mk.
No functional change.
Diffstat (limited to 'mail')
-rw-r--r--mail/ruby-mail/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/ruby-mail/Makefile b/mail/ruby-mail/Makefile
index b139b1f8467..0febf0950cc 100644
--- a/mail/ruby-mail/Makefile
+++ b/mail/ruby-mail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/01/28 13:23:20 taca Exp $
+# $NetBSD: Makefile,v 1.4 2011/03/23 15:02:09 taca Exp $
DISTNAME= mail-2.2.15
CATEGORIES= devel
@@ -8,7 +8,9 @@ HOMEPAGE= http://github.com/mikel/mail
COMMENT= Mail provides a nice Ruby DSL for making, sending and reading emails
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.6:../../devel/ruby-activesupport
+RUBY_RAILS= # defined
+
+DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.16:../../mail/ruby-mime-types
DEPENDS+= ${RUBY_PKGPREFIX}-treetop>=1.4.8:../../textproc/ruby-treetop
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.5.0:../../devel/ruby-i18n