diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:37:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:37:53 +0000 |
commit | 3ab6376b17819778c4697ee2b5cd379257644eae (patch) | |
tree | 3b2b4d654d22beef305537d70bae92b957c5cd57 /japanese/VTPSfont | |
parent | . Since this is a 1.5 VM, reference the native 1.5 port, not the native (diff) |
Update dependency to bash2 in preparation for removing bash1.
Notes
Notes:
svn path=/head/; revision=129233
Diffstat (limited to 'japanese/VTPSfont')
-rw-r--r-- | japanese/VTPSfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/VTPSfont/Makefile b/japanese/VTPSfont/Makefile index f6165a57a3ae..026518ba8121 100644 --- a/japanese/VTPSfont/Makefile +++ b/japanese/VTPSfont/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Create Virtual PostScript fonts produced by VFlib (Truetype fonts) PLIST_FILES= bin/VTPSfont -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash1 +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 NO_WRKSUBDIR= yes NO_BUILD= yes |