From 1ed436c05cc3c14166c507d80484f50145d08782 Mon Sep 17 00:00:00 2001 From: hrs Date: Mon, 19 Apr 2004 07:10:01 +0000 Subject: Fix the dependency. Noticed by: kris Approved by: linimon (mentor) --- print/passivetex/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'print') diff --git a/print/passivetex/Makefile b/print/passivetex/Makefile index e01114e07c7c..4e02e9646f44 100644 --- a/print/passivetex/Makefile +++ b/print/passivetex/Makefile @@ -16,12 +16,10 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= hrs@FreeBSD.org COMMENT= XSL FO processor, written in TeX -BUILD_DEPENDS= ${LOCALBASE}/share/texmf/web2c/xmltex.fmt:${PORTSDIR}/print/xmltex \ +BUILD_DEPENDS= ${LOCALBASE}/${TEXMFLOCAL}/web2c/xmltex.fmt:${PORTSDIR}/print/xmltex \ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Broken dependency - NO_BUILD= yes USE_ZIP= yes WRKSRC= ${WRKDIR}/passivetex -- cgit