diff options
author | jmz <jmz@FreeBSD.org> | 2007-07-06 16:23:53 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2007-07-06 16:23:53 +0800 |
commit | eeab927f38e315dc9b080384e404eb4b51752820 (patch) | |
tree | f2efc4d87b35df8ad515fe68eab2c087742359e4 /print | |
parent | 6c5756a1d225c8658ad98fa08cfda68df5d28dc2 (diff) | |
download | freebsd-ports-gnome-eeab927f38e315dc9b080384e404eb4b51752820.tar.gz freebsd-ports-gnome-eeab927f38e315dc9b080384e404eb4b51752820.tar.zst freebsd-ports-gnome-eeab927f38e315dc9b080384e404eb4b51752820.zip |
Change the depends from tex to initex to avoid installing it with teTeX
(the port is not compatible with teTeX).
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 |