summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-10 22:52:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-10 22:52:16 +0000
commitabc33e6b34efeda833c29241cc1d81410d9b6e22 (patch)
treeb842b1ae6932d5d6b619431ffc3ce9375c07c331 /www
parent9fc4eefd5b8b3f3409d958e0e267ae1b52feced2 (diff)
downloadfreebsd-ports-abc33e6b34efeda833c29241cc1d81410d9b6e22.zip
Update CONFLICTS_INSTALL
Diffstat (limited to 'www')
-rw-r--r--www/rubygem-railties50/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/rubygem-railties50/Makefile b/www/rubygem-railties50/Makefile
index b50faf1c7d79..6a55f8d085f7 100644
--- a/www/rubygem-railties50/Makefile
+++ b/www/rubygem-railties50/Makefile
@@ -19,10 +19,6 @@ RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/rubygem-actionpack50 \
rubygem-rake>=0.8.7:devel/rubygem-rake \
rubygem-thor>=0.18.1:devel/rubygem-thor
-CONFLICTS_INSTALL= rubygem-railties4 rubygem-railties5
-
-PORTSCOUT= limit:^5\.0\.
-
USES= gem
USE_RUBY= yes
@@ -30,4 +26,8 @@ NO_ARCH= yes
PLIST_FILES= bin/rails
+CONFLICTS_INSTALL= rubygem-railties4 rubygem-railties5 rubygem-railties52
+
+PORTSCOUT= limit:^5\.0\.
+
.include <bsd.port.mk>