diff options
author | hrs <hrs@FreeBSD.org> | 2009-06-03 15:13:43 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-06-03 15:13:43 +0800 |
commit | 5a114e9e50d696baa20b354d3102f9bd4993e3d7 (patch) | |
tree | c7cd364668f1eb6f3e333291638196ff46980154 | |
parent | 7a2523c608dc965affbe91b0b0446d25f72fad51 (diff) | |
download | freebsd-ports-gnome-5a114e9e50d696baa20b354d3102f9bd4993e3d7.tar.gz freebsd-ports-gnome-5a114e9e50d696baa20b354d3102f9bd4993e3d7.tar.zst freebsd-ports-gnome-5a114e9e50d696baa20b354d3102f9bd4993e3d7.zip |
Fix dependency.
-rw-r--r-- | japanese/tgif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/tgif/Makefile b/japanese/tgif/Makefile index 849de93bc586..b6a48e922a16 100644 --- a/japanese/tgif/Makefile +++ b/japanese/tgif/Makefile @@ -7,7 +7,7 @@ PORTNAME= tgif-resource PORTVERSION= 4.1.45 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese graphics MASTER_SITES= # empty DISTFILES= # empty @@ -16,7 +16,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Japanese Resource and Configuration for TGIF RUN_DEPENDS= tgif:${PORTSDIR}/graphics/tgif \ - ${LOCALBASE}/share/fonts/TTF/ipagui.ttf:${PORTSDIR}/japanese/font-mplus-ipa \ + ${LOCALBASE}/share/fonts/TTF/ipagui.ttf:${PORTSDIR}/japanese/font-ipa-uigothic \ ${LOCALBASE}/share/fonts/std.ja_JP/Ryumin-Light:${PORTSDIR}/japanese/font-std NO_BUILD= yes |