diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-01-28 02:11:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-01-28 02:11:35 +0000 |
commit | b09666fc1e84f3c48ffd364896f780150a2cf5a9 (patch) | |
tree | c998550baecf34be07870269231bbbcbca9ae8c8 /textproc/xml-parse.el | |
parent | 59da8c223b9e2c7be998c21dd9ea8fcbb6977dc7 (diff) | |
download | ports-b09666fc1e84f3c48ffd364896f780150a2cf5a9.tar.gz ports-b09666fc1e84f3c48ffd364896f780150a2cf5a9.zip |
Notes
Diffstat (limited to 'textproc/xml-parse.el')
-rw-r--r-- | textproc/xml-parse.el/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xml-parse.el/Makefile b/textproc/xml-parse.el/Makefile index f1037b8fac6f..fa330b49639e 100644 --- a/textproc/xml-parse.el/Makefile +++ b/textproc/xml-parse.el/Makefile @@ -18,6 +18,7 @@ EXTRACT_ONLY= MAINTAINER= dryice@dryice.name COMMENT= Code to efficiently read/write XML data with Elisp +USE_EMACS= yes EMACS_PORT_NAME?= emacs21 .if ${EMACS_PORT_NAME} != "emacs21" |