diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/mftrace | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'print/mftrace')
-rw-r--r-- | print/mftrace/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile index f1bd238cedb3..36219cdeb615 100644 --- a/print/mftrace/Makefile +++ b/print/mftrace/Makefile @@ -11,15 +11,15 @@ MASTER_SITES= http://lilypond.org/download/sources/mftrace/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= Scalable PostScript (Type1) Fonts for MetaFont -RUN_DEPENDS= t1asm:${PORTSDIR}/print/t1utils \ - fontforge:${PORTSDIR}/print/fontforge +RUN_DEPENDS= t1asm:print/t1utils \ + fontforge:print/fontforge .if defined(WITH_AUTOTRACE) -BUILD_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace -RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace +BUILD_DEPENDS+= autotrace:graphics/autotrace +RUN_DEPENDS+= autotrace:graphics/autotrace .else -BUILD_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace -RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace +BUILD_DEPENDS+= potrace:graphics/potrace +RUN_DEPENDS+= potrace:graphics/potrace .endif # Python3 ready |