diff options
Diffstat (limited to 'sysutils/rubygem-god')
-rw-r--r-- | sysutils/rubygem-god/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/rubygem-god/Makefile b/sysutils/rubygem-god/Makefile index 258d9379d6ce..16c6ac98bca9 100644 --- a/sysutils/rubygem-god/Makefile +++ b/sysutils/rubygem-god/Makefile @@ -15,6 +15,7 @@ COMMENT= Monitoring framework written in Ruby BUILD_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" -.include <bsd.port.post.mk> +USE_RUBY= yes +USE_RUBYGEMS= yes + +.include <bsd.port.mk> |