diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-11-04 01:24:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-11-04 01:24:56 +0800 |
commit | 02a9008ad25be7954cb54a23b0291064cc1ff45e (patch) | |
tree | b61303859522c06434d7be612f61adb2da87ad95 | |
parent | b2f3b6124e730e4e2e4ba1feebf54f1c83f23516 (diff) | |
download | freebsd-ports-gnome-02a9008ad25be7954cb54a23b0291064cc1ff45e.tar.gz freebsd-ports-gnome-02a9008ad25be7954cb54a23b0291064cc1ff45e.tar.zst freebsd-ports-gnome-02a9008ad25be7954cb54a23b0291064cc1ff45e.zip |
Cosmetic change
-rw-r--r-- | sysutils/rubygem-shellany/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/rubygem-shellany/Makefile b/sysutils/rubygem-shellany/Makefile index 5bf24d1e4632..61a78ee5e7cb 100644 --- a/sysutils/rubygem-shellany/Makefile +++ b/sysutils/rubygem-shellany/Makefile @@ -11,8 +11,9 @@ COMMENT= MRI+JRuby compatible command output capturing LICENSE= MIT -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> |