diff options
author | vs <vs@FreeBSD.org> | 2005-11-08 17:27:11 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-08 17:27:11 +0000 |
commit | a5cf48cc9490dcbce86ff0060c15a5c67e547862 (patch) | |
tree | 3399113c1e4395f5ab46666fccefe71ab0504542 /print/dvisvg | |
parent | e931c0471e12688cf9f406a0cfae679ae2fae15f (diff) | |
download | FreeBSD-ports-a5cf48cc9490dcbce86ff0060c15a5c67e547862.zip FreeBSD-ports-a5cf48cc9490dcbce86ff0060c15a5c67e547862.tar.gz |
- Fix MASTER_SITE
- Twiddle dependencies
PR: ports/88564
Submitted by: Ports Fury
Diffstat (limited to 'print/dvisvg')
-rw-r--r-- | print/dvisvg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/dvisvg/Makefile b/print/dvisvg/Makefile index 6556a01..11a3f23 100644 --- a/print/dvisvg/Makefile +++ b/print/dvisvg/Makefile @@ -9,13 +9,13 @@ PORTNAME= dvisvg DISTVERSION= 0.7.1d CATEGORIES= print -MASTER_SITES= http://dvisvg.sourceforge.net/ +MASTER_SITES= http://dvisvg.sourceforge.net/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Converter from DVI to SVG -BUILD_DEPENDS= ${MKTEXLSR}:${PORTSDIR}/print/teTeX -RUN_DEPENDS= ${MKTEXLSR}:${PORTSDIR}/print/teTeX \ +BUILD_DEPENDS= ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base +RUN_DEPENDS= ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base \ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} |