diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-09-02 09:55:37 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-09-02 09:55:37 +0000 |
commit | c317bf7f1ea42fe3c817c4b2cc0ef21070c3e7aa (patch) | |
tree | 99196a1305d4e490529fd843b6a4de42e2a4c52f /textproc | |
parent | a0871a92d484b5f58392b375d56a817bf6ad35cd (diff) | |
download | ports-c317bf7f1ea42fe3c817c4b2cc0ef21070c3e7aa.tar.gz ports-c317bf7f1ea42fe3c817c4b2cc0ef21070c3e7aa.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rst.el/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/rst.el/Makefile b/textproc/rst.el/Makefile index 306c106b8ae5..ac74313c341e 100644 --- a/textproc/rst.el/Makefile +++ b/textproc/rst.el/Makefile @@ -29,6 +29,12 @@ PLIST_FILES= ${EMACS_SITE_LISPDIR}/rst.el \ ELISPDIR= ${TARGETDIR}/${EMACS_SITE_LISPDIR} +.include <bsd.port.pre.mk> + +.if (${EMACS_NAME} == "xemacs") +BUILD_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/lisp/xemacs-base/compile.el:${PORTSDIR}/editors/xemacs-packages +.endif + do-build: cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile ${PORTNAME} @@ -39,4 +45,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |