aboutsummaryrefslogtreecommitdiffstats
path: root/lang/v8/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-09-08 23:49:43 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-09-08 23:49:43 +0800
commit2c2d295593be44a0d700f8837fb29eee0a8dcf31 (patch)
tree6378ee6fd2fb247cc41ccca083d7ced1f72ec120 /lang/v8/Makefile
parentcc112a98958c8fd0944aa915a8ca15f861c22e35 (diff)
downloadfreebsd-ports-gnome-2c2d295593be44a0d700f8837fb29eee0a8dcf31.tar.gz
freebsd-ports-gnome-2c2d295593be44a0d700f8837fb29eee0a8dcf31.tar.zst
freebsd-ports-gnome-2c2d295593be44a0d700f8837fb29eee0a8dcf31.zip
- Add PORTSCOUT
Diffstat (limited to 'lang/v8/Makefile')
-rw-r--r--lang/v8/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile
index b2b954786278..66e011694481 100644
--- a/lang/v8/Makefile
+++ b/lang/v8/Makefile
@@ -15,6 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python
CONFLICTS_INSTALL= v8-devel-[0-9]*
+PORTSCOUT= limit:^3.18.*
+
ALL_TARGET= native
MAKE_ARGS= library=shared
MAKE_ENV= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX}