diff options
author | hrs <hrs@FreeBSD.org> | 2009-06-02 14:46:42 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-06-02 14:46:42 +0800 |
commit | 3109cc60d35f80aa8a419f00c918ef4ae2a5405f (patch) | |
tree | efdd70f5cb09d979d6e4ae1a716bd65b119d5618 /chinese | |
parent | 3c88a687e9c102c0b450f248957ba4b6f1844d9d (diff) | |
download | freebsd-ports-gnome-3109cc60d35f80aa8a419f00c918ef4ae2a5405f.tar.gz freebsd-ports-gnome-3109cc60d35f80aa8a419f00c918ef4ae2a5405f.tar.zst freebsd-ports-gnome-3109cc60d35f80aa8a419f00c918ef4ae2a5405f.zip |
Use RUN_DEPENDS instead of BUILD_DEPENDS.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/font-std/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |