mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
emacs21 isn't always built with X11.
This commit is contained in:
parent
e220af2442
commit
6806535577
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51902
@ -9,6 +9,8 @@ MASTERDIR= ${.CURDIR}/../navi2ch-emacs20
|
||||
|
||||
EMACS_PORT_NAME= emacs21
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts
|
||||
.endif
|
||||
|
||||
.include <${MASTERDIR}/Makefile>
|
||||
|
@ -9,6 +9,8 @@ MASTERDIR= ${.CURDIR}/../navi2ch-emacs20
|
||||
|
||||
EMACS_PORT_NAME= emacs21
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts
|
||||
.endif
|
||||
|
||||
.include <${MASTERDIR}/Makefile>
|
||||
|
Loading…
Reference in New Issue
Block a user