diff options
-rw-r--r-- | print/passivetex/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |