diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-03 17:21:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-03 17:21:38 +0000 |
commit | 32ed9158c31bf4cebc0be55740851bc5af0972ec (patch) | |
tree | 90ede7aaf52aa25a810674ec46565dcb7507f66f /net/rubygem-amq-protocol | |
parent | 061174502257698c339f8a1f34f2e17d0380728b (diff) |
Cosmetic change
Notes
Notes:
svn path=/head/; revision=516503
Diffstat (limited to 'net/rubygem-amq-protocol')
-rw-r--r-- | net/rubygem-amq-protocol/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rubygem-amq-protocol/Makefile b/net/rubygem-amq-protocol/Makefile index 50aaf11ef45f..48247a59dab1 100644 --- a/net/rubygem-amq-protocol/Makefile +++ b/net/rubygem-amq-protocol/Makefile @@ -12,10 +12,11 @@ COMMENT= AMQP serialization library for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +USES= gem +USE_RUBY= yes + NO_ARCH= yes REINPLACE_ARGS= -i '' -USE_RUBY= yes -USES= gem post-patch: @${REINPLACE_CMD} -e '1d' ${WRKSRC}/codegen/codegen.py |