summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-01-09 11:45:22 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-01-09 11:45:22 +0000
commit461101554158eeee490073bda6b881daf8435a86 (patch)
tree39c390ca8ca39dfb3302974c2282c93a6dad7304 /Mk
parent- There's no reference to gettext in the source code so remove USES=gettext (diff)
For some reason, this was not caught by the exp-run.
Submitted by: tobik Reported by: yuri Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=458521
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sanity.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index e99969ad6925..331bee31af11 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -231,9 +231,9 @@ INSTALLS_EGGINFO_ALT= an entry in the plist
WANT_SDL_ALT= USE_SDL for SDL directly, if you need optional dependency, use options
RUBYGEM_AUTOPLIST_ALT= USES=gem
USE_RUBYGEMS_ALT= USES=gem
-USE_GHOSTSCRIPT= USES=ghostscript
-USE_GHOSTSCRIPT_BUILD= USES=ghostscript
-USE_GHOSTSCRIPT_RUN= USES=ghostscript
+USE_GHOSTSCRIPT_ALT= USES=ghostscript
+USE_GHOSTSCRIPT_BUILD_ALT= USES=ghostscript
+USE_GHOSTSCRIPT_RUN_ALT= USES=ghostscript
NO_STAGE_ALT= https://wiki.freebsd.org/ports/StageDir to convert your port to staging
.for a in ${SANITY_DEPRECATED}