From a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:08:37 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. With hat: portmgr Sponsored by: Absolight --- lang/twelf/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/twelf') diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index 89239c05050b..bb8a309d8e08 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -14,9 +14,9 @@ COMMENT= Meta-logical framework for deductive systems LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= mlton:${PORTSDIR}/lang/mlton -BUILD_DEPENDS= mlton:${PORTSDIR}/lang/mlton \ - texi2html:${PORTSDIR}/textproc/texi2html +RUN_DEPENDS= mlton:lang/mlton +BUILD_DEPENDS= mlton:lang/mlton \ + texi2html:textproc/texi2html USES= gmake ALL_TARGET= mlton @@ -28,7 +28,7 @@ PORTDOCS= dvi html info pdf ps .if ${PORT_OPTIONS:MDOCS} USE_TEX= tex:build dvipsk:build -BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo +BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:print/texinfo .endif post-patch: -- cgit v1.2.3