[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / editors / mule

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/editors/mule/Attic/Makefile between version 1.10 and 1.10.2.1

version 1.10, 2002/04/05 23:44:41 version 1.10.2.1, 2002/06/23 18:45:17
Line 13  CONFLICTS= emacs-[0-9]*
Line 13  CONFLICTS= emacs-[0-9]*
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 .if !defined(USE_WNN4) || ${USE_WNN4} == YES  .if !defined(USE_WNN4) || ${USE_WNN4} == YES
 DEPENDS+=       ja-FreeWnn-lib-1.10:../../japanese/freewnn-lib  .include "../../inputmethod/ja-freewnn-lib/buildlink.mk"
 .endif  .endif
 .if !defined(USE_CANNA) || ${USE_CANNA} == YES  .if !defined(USE_CANNA) || ${USE_CANNA} == YES
 DEPENDS+=       Canna-lib>=3.5.2:../../japanese/canna-lib  .include "../../inputmethod/canna-lib/buildlink.mk"
 .endif  .endif
   
 WRKSRC=         ${WRKDIR}/mule  WRKSRC=         ${WRKDIR}/mule
Line 30  CONFIGURE_ARGS+= --valbits=26
Line 30  CONFIGURE_ARGS+= --valbits=26
 .endif  .endif
   
 .if !defined(USE_WNN4) || ${USE_WNN4} == YES  .if !defined(USE_WNN4) || ${USE_WNN4} == YES
 CONFIGURE_ARGS+=        --with-wnn4 --wnn-includes=${LOCALBASE}/include/wnn --wnn-libraries=${LOCALBASE}/lib  CONFIGURE_ARGS+=        --with-wnn4 --wnn-includes=${BUILDLINK_DIR}/include/wnn --wnn-libraries=${BUILDLINK_DIR}/lib
 .endif  .endif
   
 .if !defined(USE_CANNA) || ${USE_CANNA} == YES  .if !defined(USE_CANNA) || ${USE_CANNA} == YES
 CONFIGURE_ARGS+=        --canna --canna-includes=${LOCALBASE}/include --canna-libraries=${LOCALBASE}/lib  CONFIGURE_ARGS+=        --canna --canna-includes=${BUILDLINK_DIR}/include --canna-libraries=${BUILDLINK_DIR}/lib
 .endif  .endif
   
 INFO_FILES=     antenews-jp canna-jp cl dired-x egg-jp emacs forms gnus mule \  INFO_FILES=     antenews-jp canna-jp cl dired-x egg-jp emacs forms gnus mule \

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.2.1

CVSweb <webmaster@jp.NetBSD.org>