diff options
author | anray <anray@FreeBSD.org> | 2005-12-16 15:04:43 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2005-12-16 15:04:43 +0800 |
commit | 560dd6b98406a2d72447933f1674af009c5d3e53 (patch) | |
tree | 63d62e8ba7420687d90c463dc7f1f4847885ea55 /textproc | |
parent | ddb0748d13224bb11f28bbd40d1dac78ecfc3ad9 (diff) | |
download | freebsd-ports-gnome-560dd6b98406a2d72447933f1674af009c5d3e53.tar.gz freebsd-ports-gnome-560dd6b98406a2d72447933f1674af009c5d3e53.tar.zst freebsd-ports-gnome-560dd6b98406a2d72447933f1674af009c5d3e53.zip |
Fix build with default emacs20.
PR: ports/90470
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: sem(mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tdtd.el/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/tdtd.el/Makefile b/textproc/tdtd.el/Makefile index a27a5fe75975..86566eeb5601 100644 --- a/textproc/tdtd.el/Makefile +++ b/textproc/tdtd.el/Makefile @@ -15,7 +15,9 @@ EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= An emacs major mode for editing SGML and XML DTDs -RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs20 +EMACS_PORT_NAME?= emacs20 + +EMACS_NO_BUILD_DEPENDS= YES NO_WRKSUBDIR= yes NO_BUILD= yes |