summaryrefslogtreecommitdiffstats
path: root/mail/exmh2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exmh2/Makefile')
-rw-r--r--mail/exmh2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile
index c3b1b66..26e0f37 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
OpenPOWER on IntegriCloud