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 /mail/exmh2 | |
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 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index c3b1b660c5e2..26e0f37ac974 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -13,8 +13,8 @@ MAINTAINER?= cy@FreeBSD.org COMMENT?= X11/TK based mail reader front end to MH .if defined(JAPANESE_EXMH) -RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 -BUILD_DEPENDS= tclsh8.0jp:${PORTSDIR}/japanese/tcl80 +RUN_DEPENDS= wish8.0jp:japanese/tk80 +BUILD_DEPENDS= tclsh8.0jp:japanese/tcl80 WISH= wish8.0jp TCLSH= tclsh8.0jp .else @@ -23,14 +23,14 @@ USES= tk # exmh is pretty useless without this, but it's not needed to build it. .if defined(JAPANESE_EXMH) -RUN_DEPENDS+= repl:${PORTSDIR}/japanese/mh +RUN_DEPENDS+= repl:japanese/mh .else -RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh +RUN_DEPENDS+= repl:mail/nmh SCRIPTS_ENV+= USE_NMH=YES .endif # full mime support needs mmencode/mmdecode from metamail -RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail +RUN_DEPENDS+= mmencode:mail/metamail # Additionally, exmh will use the following ports if present: # lang/expect |