diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-09 03:06:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-09 03:06:24 +0000 |
commit | bb15a5b4e95a0ed672de016cd85dab0d7fbc71c4 (patch) | |
tree | afc72e2506c065906af4d997a4d0705b43b944a7 /chinese/moettf/Makefile | |
parent | Let other porters know about the recent changes in glib20/gtk20 with regard to (diff) |
unrar is an EXTRACT_DEPENDS, not BUILD_DEPENDS
Diffstat (limited to '')
-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 |