mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add required build depends.
PR: ports/102739 Submitted by: Denis Shaposhnikov (maintainer) Reported by: kris (pointyhat)
This commit is contained in:
parent
a0871a92d4
commit
c317bf7f1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171855
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user