diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-11-04 01:21:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-11-04 01:21:38 +0800 |
commit | 95c54a24625a7f93f46deaa5954e0763c6869536 (patch) | |
tree | 90ede7aaf52aa25a810674ec46565dcb7507f66f /net | |
parent | e2de5107a562e3c34ed06a30324f9614e4a19589 (diff) | |
download | freebsd-ports-gnome-95c54a24625a7f93f46deaa5954e0763c6869536.tar.gz freebsd-ports-gnome-95c54a24625a7f93f46deaa5954e0763c6869536.tar.zst freebsd-ports-gnome-95c54a24625a7f93f46deaa5954e0763c6869536.zip |
Cosmetic change
Diffstat (limited to 'net')
-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 |