diff options
-rw-r--r-- | chinese/mutt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index 41f0b79954c..04f6c85d8d0 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -20,7 +20,9 @@ PATCH_DIST_ARGS= -d ${WRKDIR} --quiet WITH_MUTT_LOCALES_FIX= yes WITH_MUTT_NCURSES= yes +.if !defined(PACKAGE_BUILDING) WITHOUT_MUTT_SGMLFORMAT= yes +.endif MD5_FILE= ${.CURDIR}/distinfo PKGMESSAGE= ${.CURDIR}/pkg-message |