diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/tex-dvipdfmx | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | freebsd-ports-gnome-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz freebsd-ports-gnome-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.zst freebsd-ports-gnome-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'print/tex-dvipdfmx')
-rw-r--r-- | print/tex-dvipdfmx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex-dvipdfmx/Makefile b/print/tex-dvipdfmx/Makefile index a506032b2d85..935ea86fd042 100644 --- a/print/tex-dvipdfmx/Makefile +++ b/print/tex-dvipdfmx/Makefile @@ -18,9 +18,9 @@ COMMENT= DVI Previewer(kpathsearch) for X LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libpaper.so:${PORTSDIR}/print/libpaper -RUN_DEPENDS= ${LOCALBASE}/share/fonts/adobe-cmaps/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps +LIB_DEPENDS= libpng.so:graphics/png \ + libpaper.so:print/libpaper +RUN_DEPENDS= ${LOCALBASE}/share/fonts/adobe-cmaps/ai0/CMap/Identity-H:print/adobe-cmaps USES= pkgconfig tar:xz USE_TEX= kpathsea web2c texmf dvipsk luatex texhash |