diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-06-27 12:56:42 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-06-27 12:56:42 +0000 |
commit | a6b895df13cb4cdadcefeed71bc037ab7b75ec2b (patch) | |
tree | ed6d67b523711e258b720f5b61b53b93bc48d454 /textproc/emacs-wiki | |
parent | 7ea34d643b3e3594ea9e9a0e101139e5ac24e10b (diff) |
Notes
Diffstat (limited to 'textproc/emacs-wiki')
-rw-r--r-- | textproc/emacs-wiki/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile index 76a9ec8e52cb..bf021065f6ca 100644 --- a/textproc/emacs-wiki/Makefile +++ b/textproc/emacs-wiki/Makefile @@ -18,10 +18,6 @@ OPTIONS_DEFINE= CONTRIB CONTRIB_DESC= Install extra packages. This can shadow versions already there. OPTIONS_SUB= yes -.if ${EMACS_PORT_NAME} != "emacs21" -PORTNAMESUFFIX= ${PKGNAMESUFFIX} -.endif - RUN_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/xml-parse.el:${PORTSDIR}/textproc/xml-parse.el RUN_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/htmlize.el:${PORTSDIR}/textproc/htmlize.el |