svn commit: r458521 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Tue Jan 9 11:45:23 UTC 2018


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}


More information about the svn-ports-all mailing list