diff options
author | kris <kris@FreeBSD.org> | 2004-04-09 11:06:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-09 11:06:24 +0800 |
commit | b60c4b4e216ae41537fc44dfd541549b97037af2 (patch) | |
tree | e64c1fd2493a869a35fce0f79338f751eb190af6 /chinese | |
parent | ff5ffdfda8e74a5c89b8fdc885570eb23e049f65 (diff) | |
download | freebsd-ports-gnome-b60c4b4e216ae41537fc44dfd541549b97037af2.tar.gz freebsd-ports-gnome-b60c4b4e216ae41537fc44dfd541549b97037af2.tar.zst freebsd-ports-gnome-b60c4b4e216ae41537fc44dfd541549b97037af2.zip |
unrar is an EXTRACT_DEPENDS, not BUILD_DEPENDS
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/moettf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/moettf/Makefile b/chinese/moettf/Makefile index 864d584cb4af..51f59a961689 100644 --- a/chinese/moettf/Makefile +++ b/chinese/moettf/Makefile @@ -20,7 +20,7 @@ DISTFILES= moe_kai.ttf moe_sung.ttf edustds1.exe edustds2.exe \ MAINTAINER= ports@FreeBSD.org COMMENT= Three Chinese BIG5 TrueType fonts: Kai LiShu Sung SungExt -BUILD_DEPENDS= unrar:${PORTSDIR}/archivers/unrar +EXTRACT_DEPENDS=unrar:${PORTSDIR}/archivers/unrar RUN_DEPENDS= ttfm.sh:${PORTSDIR}/chinese/ttfm USE_XLIB= yes |