diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-24 04:27:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-24 04:27:16 +0800 |
commit | 334d4edb979e5c6a98e70051f91ad6847e1d6bcb (patch) | |
tree | 76700e0e4fdc14ee74f54935a66467054ec5e2b8 | |
parent | dbbf3069db25687627f877c3bbb9c873c93e2cfa (diff) | |
download | freebsd-ports-graphics-334d4edb979e5c6a98e70051f91ad6847e1d6bcb.tar.gz freebsd-ports-graphics-334d4edb979e5c6a98e70051f91ad6847e1d6bcb.tar.zst freebsd-ports-graphics-334d4edb979e5c6a98e70051f91ad6847e1d6bcb.zip |
- Add NO_ARCH
- Remove GEM_NAME
-rw-r--r-- | audio/rubygem-ruby-ogginfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rubygem-ruby-ogginfo/Makefile b/audio/rubygem-ruby-ogginfo/Makefile index 5c1b1de0cec..a6cb11c2c77 100644 --- a/audio/rubygem-ruby-ogginfo/Makefile +++ b/audio/rubygem-ruby-ogginfo/Makefile @@ -11,9 +11,9 @@ COMMENT= Ruby library to access to information on ogg files LICENSE= GPLv3 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> |