aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-07 17:48:36 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-07 17:48:36 +0000
commita5bfdd186e2971a5057a59499b84c3160b5777b7 (patch)
tree813a8b4c6380cdb377cf4aeb355f73e0aed4b1de /textproc
parent453a22f9adf852c8904b06ad455bc93fdc15c4a0 (diff)
downloadports-a5bfdd186e2971a5057a59499b84c3160b5777b7.tar.gz
ports-a5bfdd186e2971a5057a59499b84c3160b5777b7.zip
textproc/emacs-wiki: Properly register xml-parse.el as a run dependency too
(Do not set RUN_DEPENDS twice.)
Notes
Notes: svn path=/head/; revision=489592
Diffstat (limited to 'textproc')
-rw-r--r--textproc/emacs-wiki/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile
index 47955a3b373e..c7d9e79ca60d 100644
--- a/textproc/emacs-wiki/Makefile
+++ b/textproc/emacs-wiki/Makefile
@@ -3,7 +3,7 @@
PORTNAME= emacs-wiki
PORTVERSION= 2.72
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= textproc elisp
MASTER_SITES= http://www.mwolson.org/static/dist/emacs-wiki/ \
http://dryice.name/computer/FreeBSD/distfiles/
@@ -12,8 +12,8 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Create and use hyperlinks and simple formatting in plain text files
-RUN_DEPENDS= xml-parse.el${EMACS_PKGNAMESUFFIX}>0:textproc/xml-parse.el@${EMACS_FLAVOR}
-RUN_DEPENDS= htmlize.el${EMACS_PKGNAMESUFFIX}>0:textproc/htmlize.el@${EMACS_FLAVOR}
+RUN_DEPENDS= xml-parse.el${EMACS_PKGNAMESUFFIX}>0:textproc/xml-parse.el@${EMACS_FLAVOR} \
+ htmlize.el${EMACS_PKGNAMESUFFIX}>0:textproc/htmlize.el@${EMACS_FLAVOR}
USES= emacs makeinfo