diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-04-27 21:57:31 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-04-27 21:57:31 +0000 |
commit | 462519941e56e838fd1fff77ecc3ebeb554fcb80 (patch) | |
tree | 458ee36a309c86fda82fb043915969b7de517c43 /audio | |
parent | 3df56b21ed1b7f897b0b1c0a46cddc584aeccfc2 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rubygem-librmpd/Makefile | 2 | ||||
-rw-r--r-- | audio/rubygem-ruby-mp3info/Makefile | 2 | ||||
-rw-r--r-- | audio/rubygem-ruby-ogginfo/Makefile | 2 | ||||
-rw-r--r-- | audio/rubygem-ruby-shout/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/rubygem-librmpd/Makefile b/audio/rubygem-librmpd/Makefile index 2fd2023790e6..f166f9741806 100644 --- a/audio/rubygem-librmpd/Makefile +++ b/audio/rubygem-librmpd/Makefile @@ -12,6 +12,6 @@ COMMENT= Is a simple yet powerful Music Player Daemon library NO_ARCH= yes USE_RUBY= yes -USES= gem:autoplist +USES= gem .include <bsd.port.mk> diff --git a/audio/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile index 52a4d41e1cf0..a437f0841e46 100644 --- a/audio/rubygem-ruby-mp3info/Makefile +++ b/audio/rubygem-ruby-mp3info/Makefile @@ -14,6 +14,6 @@ LICENSE= MIT NO_ARCH= yes USE_RUBY= yes -USES= gem:autoplist +USES= gem .include <bsd.port.mk> diff --git a/audio/rubygem-ruby-ogginfo/Makefile b/audio/rubygem-ruby-ogginfo/Makefile index 2118a700a03e..d94f571b9a69 100644 --- a/audio/rubygem-ruby-ogginfo/Makefile +++ b/audio/rubygem-ruby-ogginfo/Makefile @@ -13,6 +13,6 @@ LICENSE= GPLv3 NO_ARCH= yes USE_RUBY= yes -USES= gem:autoplist +USES= gem .include <bsd.port.mk> diff --git a/audio/rubygem-ruby-shout/Makefile b/audio/rubygem-ruby-shout/Makefile index cbe85aa94c50..3f025e0e28ac 100644 --- a/audio/rubygem-ruby-shout/Makefile +++ b/audio/rubygem-ruby-shout/Makefile @@ -16,6 +16,6 @@ LIB_DEPENDS= libshout.so:audio/libshout CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include" USE_RUBY= yes -USES= gem:autoplist +USES= gem .include <bsd.port.mk> |