summaryrefslogtreecommitdiff
path: root/converters/ytnef
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /converters/ytnef
parentFix prop. (diff)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'converters/ytnef')
-rw-r--r--converters/ytnef/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile
index d36399fa565d..0cebfb2b6ddc 100644
--- a/converters/ytnef/Makefile
+++ b/converters/ytnef/Makefile
@@ -13,8 +13,8 @@ COMMENT= Unpack data in MS Outlook TNEF format
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libytnef.so:${PORTSDIR}/devel/libytnef
-RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools
+LIB_DEPENDS= libytnef.so:devel/libytnef
+RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools
USES= perl5 shebangfix
SHEBANG_FILES= src/ytnef/*.pl