From 2fbbb005c44e59075f2206c9bfaf74913ae2d47b Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Wed, 4 Apr 2018 16:25:30 +0000 Subject: [PATCH] Fixed typo in Makefile for textproc/rubygem-escape_utils11. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D14948 --- textproc/rubygem-escape_utils11/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/rubygem-escape_utils11/Makefile b/textproc/rubygem-escape_utils11/Makefile index d1d03d286060..9fe36bb2a1d3 100644 --- a/textproc/rubygem-escape_utils11/Makefile +++ b/textproc/rubygem-escape_utils11/Makefile @@ -12,7 +12,8 @@ COMMENT= Faster string escaping routines for your web apps LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -PORTSCOUNT= limit:^1\.1\. +PORTSCOUT= limit:^1\.1\. + USES= gem USE_RUBY= yes