diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-30 11:18:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-30 11:18:27 +0000 |
commit | 49362e822738f72e3fdf5e800593403782f2b45b (patch) | |
tree | f7fd0c56a1c8adb5acb8974262d5a4feb6cf3230 /print | |
parent | 7069c3734a72479f3eafee75916214c3a8ca5bc2 (diff) | |
download | ports-49362e822738f72e3fdf5e800593403782f2b45b.tar.gz ports-49362e822738f72e3fdf5e800593403782f2b45b.zip |
Notes
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 |