graphics/mftrace: Fixed dep information
This commit is contained in:
parent
49bb39e38e
commit
d9bde36148
|
@ -4,5 +4,4 @@ offer many advantages over bitmaps, as they allow PostScript files
|
|||
to render correctly on printers with many resolutions. Moreover,
|
||||
Ghostscript can generate much better PDF, if given scalable fonts.
|
||||
|
||||
This requires potrace and t1utils, and fontforge is optional but
|
||||
recommended.
|
||||
fontforge is an optional recommended dependency.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://lilypond.org/download/sources/mftrace/mftrace-1.2.17.tar.gz"
|
|||
MD5SUM="1a40b28e94594d215d5c4401b5ac76cb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fontforge potrace t1utils"
|
||||
REQUIRES="potrace t1utils"
|
||||
MAINTAINER="Kyle Guinn"
|
||||
EMAIL="elyk03@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue