diff options
author | Clive Lin <clive@FreeBSD.org> | 2004-03-30 19:03:27 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2004-03-30 19:03:27 +0000 |
commit | e60f196636352a608c09494e14f7820b3215a15d (patch) | |
tree | 442f8982de665a0e1c66d7e1df6368bf8c06fdb9 /chinese | |
parent | Add taskjuggler, a project management tool for Linux and UNIX (diff) |
Make the last line of Makefile to be
.include "${MASTERDIR}/Makefile"
Notes
Notes:
svn path=/head/; revision=105721
Diffstat (limited to 'chinese')
-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 |