diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2019-09-01 15:54:18 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2019-09-01 15:54:18 +0000 |
| commit | 85ce2bc6f6f7e2eee09f24e8dba80fd148fcd7b8 (patch) | |
| tree | c3bdedfec0492cd9005f86b5bbe309c6a66fb882 /Mk/Scripts/qa.sh | |
| parent | Remove expired ports: (diff) | |
Remove USES=pure and its QA check now that lang/pure has been removed.
Diffstat (limited to 'Mk/Scripts/qa.sh')
| -rw-r--r-- | Mk/Scripts/qa.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 4186db94f015..de3b57740fb3 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -613,9 +613,6 @@ proxydeps_suggest_uses() { # openal elif [ ${pkg} = "audio/openal" -o ${pkg} = "audio/openal-soft" -o ${pkg} = "audio/freealut" ]; then warn "you need USES+=openal" - # pure - elif [ ${pkg} = "lang/pure" ]; then - warn "you need USES+=pure" # readline elif [ ${pkg} = "devel/readline" ]; then warn "you need USES+=readline" |
