add missing dependency; spotted by landry@

This commit is contained in:
jasper 2013-12-22 13:39:06 +00:00
parent a016db729d
commit ed0635d998

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/12/21 08:10:15 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2013/12/22 13:39:06 jasper Exp $
COMMENT = data backend for Hiera to return whole files
DISTNAME = hiera-file-1.1.0
REVISION = 0
CATEGORIES = databases
MAINTAINER = Jasper Lievises Adriaanse <jasper@openbsd.org>
@ -14,4 +15,7 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = databases/ruby-hiera,${MODRUBY_FLAVOR}
.include <bsd.port.mk>