diff options
author | tz <tz@FreeBSD.org> | 2016-09-29 22:01:03 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2016-09-29 22:01:03 +0800 |
commit | 0cc4552205dd649d3db4c1e3270e0fde6e51d6ea (patch) | |
tree | 610312539fff86891e45c03219bcb18cc3e13820 /security | |
parent | 131eb6ba4a01a4b7a786479416c9768cdbbe41b8 (diff) | |
download | freebsd-ports-gnome-0cc4552205dd649d3db4c1e3270e0fde6e51d6ea.tar.gz freebsd-ports-gnome-0cc4552205dd649d3db4c1e3270e0fde6e51d6ea.tar.zst freebsd-ports-gnome-0cc4552205dd649d3db4c1e3270e0fde6e51d6ea.zip |
security/rubygem-doorkeeper: Remove Rails 3 option
Rails 3 will be obsoleted in favor of Rails 4. Therefore we remove
this option.
Approved by: swills (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/rubygem-doorkeeper/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/security/rubygem-doorkeeper/Makefile b/security/rubygem-doorkeeper/Makefile index eaeac3c34b46..c14dcbb1e23c 100644 --- a/security/rubygem-doorkeeper/Makefile +++ b/security/rubygem-doorkeeper/Makefile @@ -11,16 +11,7 @@ COMMENT= Doorkeeper is an OAuth 2 provider for Rails and Grape LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -OPTIONS_SINGLE= SG1 -OPTIONS_SINGLE_SG1= RAILTIES RAILTIES4 - -RAILTIES_DESC= Use Railties 3 -RAILTIES4_DESC= Use Railties 4 - -OPTIONS_DEFAULT= RAILTIES4 - -RAILTIES_RUN_DEPENDS= rubygem-railties>=3.2:www/rubygem-railties -RAILTIES4_RUN_DEPENDS= rubygem-railties4>=4.0:www/rubygem-railties4 +RUN_DEPENDS= rubygem-railties4>=4.0:www/rubygem-railties4 NO_ARCH= yes USE_RUBY= yes |