diff options
author | swills <swills@FreeBSD.org> | 2013-10-30 10:20:20 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-10-30 10:20:20 +0800 |
commit | dd05d084f9ba456ae68846543af320e424bbb6af (patch) | |
tree | e6dfbb7913a7f5ef6edb94c2b740a08f6329211e /audio | |
parent | 9cfe677d78770688c1c8029be1f9e539c9148a2e (diff) | |
download | freebsd-ports-gnome-dd05d084f9ba456ae68846543af320e424bbb6af.tar.gz freebsd-ports-gnome-dd05d084f9ba456ae68846543af320e424bbb6af.tar.zst freebsd-ports-gnome-dd05d084f9ba456ae68846543af320e424bbb6af.zip |
- Add stage support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rubygem-ogginfo/Makefile | 1 | ||||
-rw-r--r-- | audio/rubygem-shout/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/audio/rubygem-ogginfo/Makefile b/audio/rubygem-ogginfo/Makefile index a9d86abf5b2f..04e74aee07f3 100644 --- a/audio/rubygem-ogginfo/Makefile +++ b/audio/rubygem-ogginfo/Makefile @@ -11,7 +11,6 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby library to access to information on ogg files USE_RUBY= yes -NO_STAGE= yes USE_RUBYGEMS= yes GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes diff --git a/audio/rubygem-shout/Makefile b/audio/rubygem-shout/Makefile index 019debef9b97..f9922fb0ab2a 100644 --- a/audio/rubygem-shout/Makefile +++ b/audio/rubygem-shout/Makefile @@ -13,7 +13,6 @@ COMMENT= A Ruby binding to the libshout library LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 USE_RUBY= yes -NO_STAGE= yes USE_RUBYGEMS= yes GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes |