svn commit: r472883 - head/cad/dinotrace

Mathieu Arnold mat at FreeBSD.org
Wed Jun 20 16:59:40 UTC 2018


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:


More information about the svn-ports-all mailing list