REVISION bump for rbx FLAVOR PLIST change.

While here, fix the depends so it works for multiple FLAVORS.

OK landry@
This commit is contained in:
jeremy 2011-01-06 04:22:17 +00:00
parent 022f8719a1
commit ae3933e98f

View File

@ -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 <bsd.port.mk>