Skip to content

Commit

Permalink
REVISION bump for rbx FLAVOR PLIST change.
Browse files Browse the repository at this point in the history
While here, fix the depends so it works for multiple FLAVORS.

OK landry@
  • Loading branch information
Jeremy Evans committed Jan 6, 2011
1 parent 28a5bbe commit 74245ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/ruby-merb/mailer/Makefile
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 74245ac

Please sign in to comment.