mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
Fix a typo introduced in r381876.
This commit is contained in:
parent
90c78cb9e2
commit
a568dd54b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382060
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ PLIST_SUB+= EFIEMU=${EFIEMU}
|
|||
|
||||
.if ${PORT_OPTIONS:MMKFONT}
|
||||
LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
BUILD_DEPENDS+= ${LOCALBASE}//fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu \
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu \
|
||||
${LOCALBASE}/share/fonts/gnu-unifont/unifont.pcf.gz:${PORTSDIR}/x11-fonts/gnu-unifont
|
||||
MAN1+= grub-mkfont.1
|
||||
CONFIGURE_ARGS+= --enable-grub-mkfont
|
||||
|
|
Loading…
Add table
Reference in a new issue