aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-fastercsv
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-fastercsv')
-rw-r--r--devel/rubygem-fastercsv/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/rubygem-fastercsv/Makefile b/devel/rubygem-fastercsv/Makefile
index 48fe135211be..5a8b924ce310 100644
--- a/devel/rubygem-fastercsv/Makefile
+++ b/devel/rubygem-fastercsv/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= RF
MAINTAINER= ports@FreeBSD.org
COMMENT= A complete replacement to the CSV standard library
-.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>