mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Correct the default font path.
Submitted by: boris karlov <borman@blank.spb.ru>
This commit is contained in:
parent
53f70c2fda
commit
99ff4271b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68675
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= fontconfig
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://fontconfig.org/release/
|
||||
DISTNAME= fcpackage.${PORTVERSION:S/./_/}
|
||||
@ -26,7 +26,7 @@ GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \
|
||||
--with-expat=${LOCALBASE} \
|
||||
--with-default-fonts=${X11BASE}/lib/fonts
|
||||
--with-default-fonts=${X11BASE}/lib/X11/fonts
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/fontconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user