diff options
Diffstat (limited to 'textproc/rubygem-formosa/Makefile')
-rw-r--r-- | textproc/rubygem-formosa/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubygem-formosa/Makefile b/textproc/rubygem-formosa/Makefile index a9d65d1f3ab3..f36dd060519b 100644 --- a/textproc/rubygem-formosa/Makefile +++ b/textproc/rubygem-formosa/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= rubygem-activesupport>=1.4.2:${PORTSDIR}/devel/rubygem-activesuppor 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> |