diff options
author | anray <anray@FreeBSD.org> | 2006-09-02 17:55:37 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-09-02 17:55:37 +0800 |
commit | 42c8da3ae833c2ef4bed84767b7adc3389265431 (patch) | |
tree | 84ef1e8008af8a69d2a9d4512f1cee0524d13b76 /textproc | |
parent | 9be0d6459dbfc5b376c58f30b14c1ad0b0244a17 (diff) | |
download | freebsd-ports-graphics-42c8da3ae833c2ef4bed84767b7adc3389265431.tar.gz freebsd-ports-graphics-42c8da3ae833c2ef4bed84767b7adc3389265431.tar.zst freebsd-ports-graphics-42c8da3ae833c2ef4bed84767b7adc3389265431.zip |
Add required build depends.
PR: ports/102739
Submitted by: Denis Shaposhnikov (maintainer)
Reported by: kris (pointyhat)
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 306c106b8ae..ac74313c341 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> |