aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-11-03 17:33:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-11-03 17:33:11 +0000
commit51ad188c53359f177becfb2822ebb9ae064a3c62 (patch)
tree4a07e9de9ffe558eee01464b89c1a9272e3bd9d1 /textproc
parent936605f3ac6f2f9f5aa123f763984c41861cf71e (diff)
downloadports-51ad188c53359f177becfb2822ebb9ae064a3c62.tar.gz
ports-51ad188c53359f177becfb2822ebb9ae064a3c62.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-rly/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/rubygem-rly/Makefile b/textproc/rubygem-rly/Makefile
index ea1e6d51ee99..77f4f374aa5d 100644
--- a/textproc/rubygem-rly/Makefile
+++ b/textproc/rubygem-rly/Makefile
@@ -12,8 +12,9 @@ COMMENT= Ruby implementation of lex and yacc
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>