aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Scripts
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-05-28 17:44:05 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2019-05-28 17:44:05 +0800
commitfa22bcefd16ede0645b61b6de3c742cc6fe461d5 (patch)
tree754952aa8bbe114dc64f7fd6036bb2c427745d96 /Mk/Scripts
parent2f40d531c47e10a5998de80b1f52bb55de8d2ab4 (diff)
downloadfreebsd-ports-gnome-fa22bcefd16ede0645b61b6de3c742cc6fe461d5.tar.gz
freebsd-ports-gnome-fa22bcefd16ede0645b61b6de3c742cc6fe461d5.tar.zst
freebsd-ports-gnome-fa22bcefd16ede0645b61b6de3c742cc6fe461d5.zip
Add lang/julia to the blacklist of ports that other ports must not depend upon.
With hat: portmgr
Diffstat (limited to 'Mk/Scripts')
-rw-r--r--Mk/Scripts/qa.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index f17050572acf..2a19fe0e3792 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -974,6 +974,9 @@ depends_blacklist()
lang/gcc)
instead="USE_GCC"
;;
+ lang/julia)
+ instead="a dependency on lang/julia\${JULIA_DEFAULT:S/.//}"
+ ;;
devel/llvm)
instead="a dependency on devel/llvm\${LLVM_DEFAULT}"
;;