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

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

Diff for /pkgsrc/chat/xchat/Attic/Makefile between version 1.90 and 1.91

version 1.90, 2013/11/27 17:09:57 version 1.91, 2013/12/24 15:21:24
Line 3 
Line 3 
 .include "Makefile.common"  .include "Makefile.common"
   
 PKGNAME=        ${DISTNAME}  PKGNAME=        ${DISTNAME}
 PKGREVISION=    20  PKGREVISION=    21
 OWNER=          tron@NetBSD.org  OWNER=          tron@NetBSD.org
 COMMENT=        X11 (X Window System) IRC client, using the GTK2 toolkit  COMMENT=        X11 (X Window System) IRC client, using the GTK2 toolkit
   
Line 30  BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.20
Line 30  BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.20
 .if ${OPSYS} == "Darwin"  .if ${OPSYS} == "Darwin"
 INSTALL_UNSTRIPPED=     YES  INSTALL_UNSTRIPPED=     YES
   
 .if empty(PKG_BUILD_OPTIONS.gtk2:Mquartz)  .  if empty(PKG_BUILD_OPTIONS.gtk2:Mquartz)
   CONFIGURE_ARGS+=        --enable-xft
 LDFLAGS.Darwin+=        -L${PREFIX}/lib -lX11  LDFLAGS.Darwin+=        -L${PREFIX}/lib -lX11
 .else  .  else
 CONFIGURE_ARGS+=        --disable-xlib  CONFIGURE_ARGS+=        --disable-xlib
 .endif  .  endif
   .else
   CONFIGURE_ARGS+=        --enable-xft
 .endif  .endif
   
 INSTALLATION_DIRS+=     share/doc/xchat lib/xchat/plugins include/xchat  INSTALLATION_DIRS+=     share/doc/xchat lib/xchat/plugins include/xchat

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

CVSweb <webmaster@jp.NetBSD.org>