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/mutt | |
parent | cb288343420b06e9b50c69d305016c32305175d3 (diff) | |
download | ports-e60f196636352a608c09494e14f7820b3215a15d.tar.gz ports-e60f196636352a608c09494e14f7820b3215a15d.zip |
Make the last line of Makefile to be
.include "${MASTERDIR}/Makefile"
Notes
Notes:
svn path=/head/; revision=105721
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 |