diff options
author | clive <clive@FreeBSD.org> | 2004-03-30 19:03:27 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2004-03-30 19:03:27 +0000 |
commit | 919d5d370736760e6caa8a55aa6ec939d3387eec (patch) | |
tree | 095940b06754e7400b33ba289a9ab318f9003636 | |
parent | 694629212bfdfcc7fc22b5c115bbbc5f71521b1b (diff) | |
download | FreeBSD-ports-919d5d370736760e6caa8a55aa6ec939d3387eec.zip FreeBSD-ports-919d5d370736760e6caa8a55aa6ec939d3387eec.tar.gz |
Make the last line of Makefile to be
.include "${MASTERDIR}/Makefile"
-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 b2bf1bd..2f1b93e 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 753a0ac..1c0d3dc 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 |