diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/texlive-base/Makefile | |
parent | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'print/texlive-base/Makefile')
-rw-r--r-- | print/texlive-base/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 0f0aef9788a3..f207ad80139a 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -12,18 +12,18 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live Typesetting System, base binaries -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 \ - libpng.so:${PORTSDIR}/graphics/png \ - libzzip.so:${PORTSDIR}/devel/zziplib \ - libpoppler.so:${PORTSDIR}/graphics/poppler \ - libpotrace.so:${PORTSDIR}/graphics/libpotrace +RUN_DEPENDS= psbook:print/psutils +LIB_DEPENDS= libicuio.so:devel/icu \ + libt1.so:devel/t1lib \ + libTECkit.so:textproc/teckit \ + libgd.so:graphics/gd \ + libgraphite2.so:graphics/graphite2 \ + libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz \ + libpng.so:graphics/png \ + libzzip.so:devel/zziplib \ + libpoppler.so:graphics/poppler \ + libpotrace.so:graphics/libpotrace CONFLICTS_INSTALL= texlive-texmf-201[234]* |