diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-16 20:53:28 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-16 20:53:28 +0000 |
commit | 68f883edfc802c049ba59e75f77e9f7c6d6071f5 (patch) | |
tree | 3fa9947d2b38c86d548ab0b4face968420a2825b /print/font2svg | |
parent | 1369aca1cbaa75f185a0b7dcd3d5bfdd2d8e84f0 (diff) | |
download | ports-68f883edfc802c049ba59e75f77e9f7c6d6071f5.tar.gz ports-68f883edfc802c049ba59e75f77e9f7c6d6071f5.zip |
Notes
Diffstat (limited to 'print/font2svg')
-rw-r--r-- | print/font2svg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/font2svg/Makefile b/print/font2svg/Makefile index 7b60078e39e6..a28fe4ecc13d 100644 --- a/print/font2svg/Makefile +++ b/print/font2svg/Makefile @@ -12,7 +12,7 @@ COMMENT= All font to svg-font converter RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USE_GHOSTSCRIPT_RUN= yes +USES= ghostscript:run NO_BUILD= yes PLIST_FILES= bin/font2svg %%DATADIR%%/encodings %%DATADIR%%/font2svg.ps |