diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2005-12-16 07:04:43 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2005-12-16 07:04:43 +0000 |
commit | f96a75b24d1511b72263b6dc62c8a76ab5d70a89 (patch) | |
tree | ff08e9032136083b233606cfe7963b838c448652 /textproc | |
parent | dee1db339e1ad4b57bfe021090cae0037e2d8473 (diff) |
Fix build with default emacs20.
PR: ports/90470
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: sem(mentor)
Notes
Notes:
svn path=/head/; revision=151288
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 |