1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

As xemacs21-mule port has been stripped down recently,

add xemacs-packages dependency explicitly to this port.
This commit is contained in:
FUJISHIMA Satsuki 2005-01-28 18:44:55 +00:00
parent d7599cb213
commit 4c58f4edb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127561

View File

@ -9,6 +9,8 @@ MASTERDIR= ${.CURDIR}/../navi2ch-emacs20
EMACS_PORT_NAME= xemacs21-mule
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts
BUILD_DEPENDS= ${LOCALBASE}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.xemacs-base:${PORTSDIR}/editors/xemacs-packages
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts \
${BUILD_DEPENDS}
.include "${MASTERDIR}/Makefile"