diff options
-rw-r--r-- | chinese/font-std/Makefile | 4 | ||||
-rw-r--r-- | japanese/font-std/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chinese/font-std/Makefile b/chinese/font-std/Makefile index d9396d469266..9a1aa4ddc81b 100644 --- a/chinese/font-std/Makefile +++ b/chinese/font-std/Makefile @@ -6,7 +6,7 @@ # PORTNAME= font-std -PORTVERSION= 0.0.20090515 +PORTVERSION= 0.0.20090602 CATEGORIES= chinese x11-fonts MASTER_SITES= # empty DISTFILES= # empty @@ -14,7 +14,7 @@ DISTFILES= # empty MAINTAINER= hrs@FreeBSD.org COMMENT= Chinese Standard Fonts -BUILD_DEPENDS= ${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \ +RUN_DEPENDS= ${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \ ${LOCALBASE}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf \ ${LOCALBASE}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf \ ${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:${PORTSDIR}/chinese/arphicttf diff --git a/japanese/font-std/Makefile b/japanese/font-std/Makefile index afdaf21ddaeb..156e9a83569b 100644 --- a/japanese/font-std/Makefile +++ b/japanese/font-std/Makefile @@ -6,7 +6,7 @@ # PORTNAME= font-std -PORTVERSION= 0.0.20090515 +PORTVERSION= 0.0.20090602 CATEGORIES= japanese x11-fonts MASTER_SITES= # empty DISTFILES= # empty @@ -14,7 +14,7 @@ DISTFILES= # empty MAINTAINER= hrs@FreeBSD.org COMMENT= Japanese Standard Fonts -BUILD_DEPENDS= ${LOCALBASE}/share/font-ipa/ipam.otf:${PORTSDIR}/japanese/font-ipa \ +RUN_DEPENDS= ${LOCALBASE}/share/font-ipa/ipam.otf:${PORTSDIR}/japanese/font-ipa \ ${LOCALBASE}/share/font-ipa/ipag.otf:${PORTSDIR}/japanese/font-ipa NO_BUILD= yes |