diff options
author | bapt <bapt@FreeBSD.org> | 2016-07-30 19:18:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-07-30 19:18:27 +0800 |
commit | 747e47951c667bbf9e878b19cfb2f6d61ae721c1 (patch) | |
tree | f7fd0c56a1c8adb5acb8974262d5a4feb6cf3230 /print | |
parent | f9d9541ec72fe1babac70e01daf80c156a0ce481 (diff) | |
download | freebsd-ports-gnome-747e47951c667bbf9e878b19cfb2f6d61ae721c1.tar.gz freebsd-ports-gnome-747e47951c667bbf9e878b19cfb2f6d61ae721c1.tar.zst freebsd-ports-gnome-747e47951c667bbf9e878b19cfb2f6d61ae721c1.zip |
Change dependency to use texlive rather than the old tex
Diffstat (limited to 'print')
-rw-r--r-- | print/musixtex/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile index ba91e1dc2588..cb7c9ebae873 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -3,7 +3,7 @@ PORTNAME= musixtex PORTVERSION= T112 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= http://icking-music-archive.org/software/musixtex/ DISTFILES= musixtex-${PORTVERSION}.tar.gz \ @@ -12,8 +12,7 @@ DISTFILES= musixtex-${PORTVERSION}.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= Set of TeX macros to typeset music -BUILD_DEPENDS= initex:print/tex -RUN_DEPENDS= initex:print/tex +USE_TEX= basic EXAMPLE_VERSION= T112 |