From 74245ac9c9e83531f5ffad827d4ba620fd5dbffe Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Thu, 6 Jan 2011 04:22:17 +0000 Subject: [PATCH] REVISION bump for rbx FLAVOR PLIST change. While here, fix the depends so it works for multiple FLAVORS. OK landry@ --- www/ruby-merb/mailer/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/ruby-merb/mailer/Makefile b/www/ruby-merb/mailer/Makefile index 3c96f2edd9..0ea74e1f9d 100644 --- a/www/ruby-merb/mailer/Makefile +++ b/www/ruby-merb/mailer/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2010/12/08 22:13:25 jeremy Exp $ +# $OpenBSD: Makefile,v 1.11 2011/01/06 04:22:17 jeremy Exp $ COMMENT = mailer functionality for Merb DISTNAME = merb-mailer-${VERSION} +REVISION = 0 -RUN_DEPENDS = www/ruby-merb/core${MODRUBY_FLAVOR}${MERB_REL_VER_SPEC} \ +RUN_DEPENDS = www/ruby-merb/core,${MODRUBY_FLAVOR}${MERB_REL_VER_SPEC} \ mail/ruby-mailfactory,${MODRUBY_FLAVOR}>=1.2.3 .include