diff options
-rw-r--r-- | chinese/bitchx/Makefile | 2 | ||||
-rw-r--r-- | chinese/mutt/Makefile | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chinese/bitchx/Makefile b/chinese/bitchx/Makefile index b2bf1bd395aa..2f1b93e7f16a 100644 --- a/chinese/bitchx/Makefile +++ b/chinese/bitchx/Makefile @@ -24,5 +24,3 @@ WITHOUT_GNOME= YES WITHOUT_ESOUND= YES .include "${MASTERDIR}/Makefile" - -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index 753a0ac0d6fa..1c0d3dcee16b 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -18,6 +18,8 @@ PATCH_SITES= http://bsdchat.com/~clive/dist/mutt15/ \ ftp://freebsd.sinica.edu.tw/pub/clive/mutt15/ PATCHFILES= ${PKGNAMEPREFIX}mutt-${PORTVERSION}-${REVISEDATE}.diff.gz +LIB_DEPENDS+= hz.0:${PORTSDIR}/chinese/autoconvert + WITH_MUTT_LOCALES_FIX= yes MUTT_CONFIGURE_ARGS+= --without-wc-funcs WITH_MUTT_NCURSES= yes @@ -31,5 +33,3 @@ MD5_FILE= ${.CURDIR}/distinfo PKGMESSAGE= ${.CURDIR}/pkg-message .include "${MASTERDIR}/Makefile" -# To be a satellite port, I do not have many choices to place this line. -LIB_DEPENDS+= hz.0:${PORTSDIR}/chinese/autoconvert |