diff options
Diffstat (limited to 'textproc/rubygem-rak/Makefile')
-rw-r--r-- | textproc/rubygem-rak/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubygem-rak/Makefile b/textproc/rubygem-rak/Makefile index f6d972ea8342..dbb4610484ba 100644 --- a/textproc/rubygem-rak/Makefile +++ b/textproc/rubygem-rak/Makefile @@ -16,6 +16,7 @@ COMMENT= A grep replacement in pure Ruby BUILD_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe RUN_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> |