Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2018 11:45:22 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458521 - head/Mk
Message-ID:  <201801091145.w09BjMge063352@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jan  9 11:45:22 2018
New Revision: 458521
URL: https://svnweb.freebsd.org/changeset/ports/458521

Log:
  For some reason, this was not caught by the exp-run.
  
  Submitted by:	tobik
  Reported by:	yuri
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.sanity.mk   (contents, props changed)

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Tue Jan  9 10:25:24 2018	(r458520)
+++ head/Mk/bsd.sanity.mk	Tue Jan  9 11:45:22 2018	(r458521)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801091145.w09BjMge063352>