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 /japanese/font-std | |
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 'japanese/font-std')
-rw-r--r-- | japanese/font-std/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |