[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xkeyboard-config

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

Diff for /pkgsrc/x11/xkeyboard-config/Makefile between version 1.3 and 1.4

version 1.3, 2007/12/24 06:58:33 version 1.4, 2007/12/24 08:01:07
Line 17  CONFLICTS+=  xkbdata-[0-9]*
Line 17  CONFLICTS+=  xkbdata-[0-9]*
   
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 USE_LANGUAGES=          # none  USE_LANGUAGES=          # none
 USE_TOOLS+=  USE_TOOLS+=             libtool
 USE_TOOLS+=             gmake intltool perl:build automake  USE_TOOLS+=             gmake intltool perl:build automake
 USE_TOOLS+=             msgfmt msgmerge xgettext gettext-m4  USE_TOOLS+=             msgfmt msgmerge xgettext
   
 CONFIGURE_ARGS+=        --with-xkb-rules-symlink=xfree86,xorg  CONFIGURE_ARGS+=        --with-xkb-rules-symlink=xfree86,xorg
 CONFIGURE_ARGS+=        --with-xkb-base=${XKBBASE:Q}  CONFIGURE_ARGS+=        --with-xkb-base=${XKBBASE:Q}
Line 57  FILES_SUBST+=  XKBCOMPDIR_SYMLINK=${XKBC
Line 57  FILES_SUBST+=  XKBCOMPDIR_SYMLINK=${XKBC
   
 OWN_DIRS+=              ${XKBCOMPDIR}  OWN_DIRS+=              ${XKBCOMPDIR}
   
   post-extract:
           cp ${FILESDIR}/aclocal.m4 ${WRKSRC}/aclocal.m4
   
 pre-configure:  pre-configure:
         ${RUN} cd ${WRKSRC}; intltoolize --copy && autoreconf -i          ${RUN} cd ${WRKSRC}; intltoolize -c && autoreconf -i
   
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>