diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 14:19:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 14:19:47 +0000 |
commit | d04aafc2950250c539be727ea9c5cb07151abd47 (patch) | |
tree | be1a793fa09a6f35ba37b4c35d7afa77ca75df49 /print/texlive-base/Makefile | |
parent | Add an explicit dependency on pkgconf (diff) |
Add an explicit dependency on pkgconfig
Notes
Notes:
svn path=/head/; revision=325999
Diffstat (limited to 'print/texlive-base/Makefile')
-rw-r--r-- | print/texlive-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 144833b10df9..d5c4bb387bc9 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -25,10 +25,10 @@ LIB_DEPENDS= icuio:${PORTSDIR}/devel/icu \ USE_TEX= texlive web2c kpathsea ptexenc texhash-bootstrap USE_XZ= yes -USE_GMAKE= yes +USES= gmake pkgconfig perl5 USE_AUTOTOOLS= autoconf USE_GHOSTSCRIPT=yes -USE_PERL5_RUN= yes +USE_PERL5= run USE_LDCONFIG= yes USE_XORG= x11 xmu xaw EXCLUDE_FILES= ${DISTNAME}/texk/web2c \ |