aboutsummaryrefslogtreecommitdiff
path: root/lang/mono
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2016-12-01 05:02:33 +0000
committerDavid Naylor <dbn@FreeBSD.org>2016-12-01 05:02:33 +0000
commit4de067a3d3958ea239fd91218de6e33c977d8178 (patch)
tree530634cc5e0d032f0bc146fcb0859ae1da0514a1 /lang/mono
parent88d89bdc8a893260b2bbc468448247b268b49abc (diff)
downloadports-4de067a3d3958ea239fd91218de6e33c977d8178.tar.gz
ports-4de067a3d3958ea239fd91218de6e33c977d8178.zip
Fix PORTSCOUT limit for mono(develop)
Notes
Notes: svn path=/head/; revision=427470
Diffstat (limited to 'lang/mono')
-rw-r--r--lang/mono/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index 0aac950e6095..ce4f98beb0a8 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -37,7 +37,7 @@ MAKE_ENV= MONO_SHARED_DIR="${MONO_SHARED_DIR}" \
LC_ALL=C TZ=UTC
ONLY_FOR_ARCHS= i386 amd64 powerpc
-PORTSCOUT= ^\d+\.\d+.[1-9]\d*
+PORTSCOUT= limit:^\d+\.\d+\.[1-9]\d*
.include <bsd.port.pre.mk>