diff options
author | clive <clive@FreeBSD.org> | 2004-03-31 03:03:27 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2004-03-31 03:03:27 +0800 |
commit | 919d5d370736760e6caa8a55aa6ec939d3387eec (patch) | |
tree | 095940b06754e7400b33ba289a9ab318f9003636 /chinese/mutt | |
parent | 694629212bfdfcc7fc22b5c115bbbc5f71521b1b (diff) | |
download | freebsd-ports-gnome-919d5d370736760e6caa8a55aa6ec939d3387eec.tar.gz freebsd-ports-gnome-919d5d370736760e6caa8a55aa6ec939d3387eec.tar.zst freebsd-ports-gnome-919d5d370736760e6caa8a55aa6ec939d3387eec.zip |
Make the last line of Makefile to be
.include "${MASTERDIR}/Makefile"
Diffstat (limited to 'chinese/mutt')
-rw-r--r-- | chinese/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |