diff options
author | taca <taca@pkgsrc.org> | 2011-12-13 15:56:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-13 15:56:08 +0000 |
commit | 241cbd6934e8e909f166eddb0f4b31f1a064599f (patch) | |
tree | 58d9e49d95cbd5d7e324a78963468629d20f46bd /mail | |
parent | d92040a905b7b911d96ba10f5ae8498bc8cb1974 (diff) | |
download | pkgsrc-241cbd6934e8e909f166eddb0f4b31f1a064599f.tar.gz |
* Switch to use RUBY_RAILS_SUPPORTED.
* Don't hard code RUBY_RAILS2_VERSION in DISTNAME.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ruby-actionmailer/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/ruby-actionmailer/Makefile b/mail/ruby-actionmailer/Makefile index daa17db7a9f..cd84a879954 100644 --- a/mail/ruby-actionmailer/Makefile +++ b/mail/ruby-actionmailer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2011/03/23 14:27:14 taca Exp $ +# $NetBSD: Makefile,v 1.21 2011/12/13 15:56:08 taca Exp $ -DISTNAME= actionmailer-${RUBY_RAILS2_VERSION} +DISTNAME= actionmailer-${RUBY_RAILS_VERSION} CATEGORIES= mail MAINTAINER= minskim@NetBSD.org @@ -8,9 +8,9 @@ HOMEPAGE= http://rubyforge.org/projects/actionmailer/ COMMENT= Ruby framework for designing email-service layers LICENSE= mit -RUBY_RAILS= 2 - DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS} +RUBY_RAILS_SUPPORTED= 2 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |