diff options
Diffstat (limited to 'textproc/rubygem-tidy/Makefile')
-rw-r--r-- | textproc/rubygem-tidy/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubygem-tidy/Makefile b/textproc/rubygem-tidy/Makefile index 94edf87b2885..3b50400a45bd 100644 --- a/textproc/rubygem-tidy/Makefile +++ b/textproc/rubygem-tidy/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= don@na.rim.or.jp COMMENT= Ruby interface to HTML Tidy Library Project -.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> |