diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-21 00:59:37 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-21 00:59:37 +0800 |
commit | 6cb7ca00bb0a9a3aa67008824300ee8d16203a1b (patch) | |
tree | 18f53f7b22c4f0ca8231fc61673182b9f4f20999 /cad | |
parent | c2d39f04862b52dea46de8f76bec950ef6e8f452 (diff) | |
download | freebsd-ports-gnome-6cb7ca00bb0a9a3aa67008824300ee8d16203a1b.tar.gz freebsd-ports-gnome-6cb7ca00bb0a9a3aa67008824300ee8d16203a1b.tar.zst freebsd-ports-gnome-6cb7ca00bb0a9a3aa67008824300ee8d16203a1b.zip |
Use EMACS_FLAVOR for dependencies.
FLAVOR is the flavor of the current port, and it should not trickle
down.
Sponsored by: Absolight
Diffstat (limited to 'cad')
-rw-r--r-- | cad/dinotrace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 54d4061956e5..0c255ffbb00b 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -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: |