diff options
author | hrs <hrs@FreeBSD.org> | 2004-04-19 15:10:01 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-04-19 15:10:01 +0800 |
commit | 1ed436c05cc3c14166c507d80484f50145d08782 (patch) | |
tree | 5fb8e72bbe4af87398a60f4361b924e191f64664 /print | |
parent | 75f55a91190553b01656c7dc4bad91d107451bed (diff) | |
download | freebsd-ports-gnome-1ed436c05cc3c14166c507d80484f50145d08782.tar.gz freebsd-ports-gnome-1ed436c05cc3c14166c507d80484f50145d08782.tar.zst freebsd-ports-gnome-1ed436c05cc3c14166c507d80484f50145d08782.zip |
Fix the dependency.
Noticed by: kris
Approved by: linimon (mentor)
Diffstat (limited to 'print')
-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 |