Fix dependency accidentally removed in the previous commits.
This commit is contained in:
parent
71d9c8aeb3
commit
daaacd6d59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395122
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,7 @@ RUN_DEPENDS= psbook:${PORTSDIR}/print/psutils
|
|||
LIB_DEPENDS= libicuio.so:${PORTSDIR}/devel/icu \
|
||||
libt1.so:${PORTSDIR}/devel/t1lib \
|
||||
libTECkit.so:${PORTSDIR}/textproc/teckit \
|
||||
libgd.so:${PORTSDIR}/graphics/gd \
|
||||
libgraphite2.so:${PORTSDIR}/graphics/graphite2 \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
|
||||
|
@ -30,6 +31,7 @@ CONFLICTS_INSTALL= texlive-texmf-201[234]*
|
|||
USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap
|
||||
USES= ghostscript pkgconfig perl5 shebangfix tar:xz
|
||||
USE_PERL5= run
|
||||
USE_XORG= x11 xmu
|
||||
# during build phase gnu configure is run a lot
|
||||
MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE}
|
||||
EXCLUDE_FILES= ${DISTNAME}/texk/web2c \
|
||||
|
@ -58,6 +60,7 @@ CONFIGURE_ARGS= --disable-native-texlive-build \
|
|||
--with-system-freetype2 \
|
||||
--with-freetype2-includes=${LOCALBASE}/include/freetype2 \
|
||||
--with-freetype2-libdir=${LOCALBASE}/lib \
|
||||
--with-system-gd \
|
||||
--with-system-cairo \
|
||||
--with-system-harfbuzz \
|
||||
--with-system-graphite2 \
|
||||
|
|
Loading…
Reference in a new issue