diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2007-07-06 08:23:53 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2007-07-06 08:23:53 +0000 |
commit | abe26b8975266e8fed4f201f9fea9be8535e996a (patch) | |
tree | ad1231dce13512bbe81bcd023bbe157411e77444 /print | |
parent | 73d977e6a02c254e133e9858085333e6d5b976d1 (diff) |
Change the depends from tex to initex to avoid installing it with teTeX
(the port is not compatible with teTeX).
Notes
Notes:
svn path=/head/; revision=195072
Diffstat (limited to 'print')
-rw-r--r-- | print/musixtex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile index 85d39d26535f..719fb4e408f8 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -7,6 +7,7 @@ PORTNAME= musixtex PORTVERSION= T112 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/musixtex/taupin/ DISTFILES= musixtex-${PORTVERSION}.tar.gz @@ -14,8 +15,8 @@ DISTFILES= musixtex-${PORTVERSION}.tar.gz MAINTAINER= jmz@FreeBSD.org COMMENT= A set of TeX macros to typeset music -BUILD_DEPENDS= tex:${PORTSDIR}/print/tex -RUN_DEPENDS= tex:${PORTSDIR}/print/tex +BUILD_DEPENDS= initex:${PORTSDIR}/print/tex +RUN_DEPENDS= initex:${PORTSDIR}/print/tex EXAMPLE_VERSION= T112 DISTFILES+= musixexa-${EXAMPLE_VERSION}.tar.gz |