diff options
Diffstat (limited to 'devel/rubygem-zentest/Makefile')
-rw-r--r-- | devel/rubygem-zentest/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/rubygem-zentest/Makefile b/devel/rubygem-zentest/Makefile index 57a287e19b81..9df487fc2f0d 100644 --- a/devel/rubygem-zentest/Makefile +++ b/devel/rubygem-zentest/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} GEM_NAME= ${DISTNAME} -.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> |