diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-22 22:20:51 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-22 22:20:51 +0000 |
commit | fecbfd43e028f64745cfb94bd1a738697822eb8f (patch) | |
tree | dc88391d9040a7502925e50a3dc813eae6a2263f /japanese/VTPSfont/Makefile | |
parent | 72a2460e119b8ec5a2f4fedbed77bd0a53643085 (diff) |
Notes
Diffstat (limited to 'japanese/VTPSfont/Makefile')
-rw-r--r-- | japanese/VTPSfont/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/VTPSfont/Makefile b/japanese/VTPSfont/Makefile index 026518ba8121..6b9e054cea15 100644 --- a/japanese/VTPSfont/Makefile +++ b/japanese/VTPSfont/Makefile @@ -7,6 +7,7 @@ PORTNAME= VTPSfont PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= http://ftp.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/tt/ EXTRACT_SUFX= # none @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Create Virtual PostScript fonts produced by VFlib (Truetype fonts) PLIST_FILES= bin/VTPSfont -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_WRKSUBDIR= yes NO_BUILD= yes |