Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2018 16:59:37 +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: r472883 - head/cad/dinotrace
Message-ID:  <201806201659.w5KGxbkG040504@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Jun 20 16:59:37 2018
New Revision: 472883
URL: https://svnweb.freebsd.org/changeset/ports/472883

Log:
  Use EMACS_FLAVOR for dependencies.
  
  FLAVOR is the flavor of the current port, and it should not trickle
  down.
  
  Sponsored by:	Absolight

Modified:
  head/cad/dinotrace/Makefile   (contents, props changed)

Modified: head/cad/dinotrace/Makefile
==============================================================================
--- head/cad/dinotrace/Makefile	Wed Jun 20 16:59:31 2018	(r472882)
+++ head/cad/dinotrace/Makefile	Wed Jun 20 16:59:37 2018	(r472883)
@@ -27,7 +27,7 @@ OPTIONS_DEFAULT=	EMACS
 EMACS_DESC=	Install Emacs supplimentary files
 
 EMACS_USES=	emacs:run
-EMACS_RUN_DEPENDS=	verilog-mode.el${EMACS_PKGNAMESUFFIX}>0:cad/verilog-mode.el@${FLAVOR}
+EMACS_RUN_DEPENDS=	verilog-mode.el${EMACS_PKGNAMESUFFIX}>0:cad/verilog-mode.el@${EMACS_FLAVOR}
 EMACS_PLIST_FILES=	${EMACS_SITE_LISPDIR}/dinotrace.el ${EMACS_SITE_LISPDIR}/sim-log.el
 
 post-patch:



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