aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2016-12-01 13:02:33 +0800
committerdbn <dbn@FreeBSD.org>2016-12-01 13:02:33 +0800
commit9aaee9368bb6406729bd8700b2c42cdaccdcd96e (patch)
tree530634cc5e0d032f0bc146fcb0859ae1da0514a1 /lang
parentfb45e27b266e414e5b58c3cd71de376a5c243615 (diff)
downloadfreebsd-ports-gnome-9aaee9368bb6406729bd8700b2c42cdaccdcd96e.tar.gz
freebsd-ports-gnome-9aaee9368bb6406729bd8700b2c42cdaccdcd96e.tar.zst
freebsd-ports-gnome-9aaee9368bb6406729bd8700b2c42cdaccdcd96e.zip
Fix PORTSCOUT limit for mono(develop)
Diffstat (limited to 'lang')
-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>