diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-14 19:20:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-14 19:20:41 +0000 |
commit | 8c083ed413d4dc12dc874598200301f37583947c (patch) | |
tree | 6fdee7fe770ef25ce9c2bf70cb043a3bc9fff684 /mail/sylpheed-gtk2 | |
parent | 1b0673c4bce8e12258b1b0f543d2d3f501b94167 (diff) | |
download | pkgsrc-8c083ed413d4dc12dc874598200301f37583947c.tar.gz |
bl3ify
Diffstat (limited to 'mail/sylpheed-gtk2')
-rw-r--r-- | mail/sylpheed-gtk2/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/mail/sylpheed-gtk2/Makefile b/mail/sylpheed-gtk2/Makefile index 31f3ff722d9..3cc20684570 100644 --- a/mail/sylpheed-gtk2/Makefile +++ b/mail/sylpheed-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/24 13:55:31 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/14 19:20:41 minskim Exp $ # DISTNAME= sylpheed-0.9.8a-gtk2-20040109 @@ -15,7 +15,7 @@ DEPENDS+= metamail>=2.7:../../mail/metamail CONFLICTS= sylpheed-claws-[0-9]* sylpheed-[0-9]* -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes @@ -41,20 +41,20 @@ CONFIGURE_ARGS+= --disable-ipv6 FACES_IS_INSTALLED!= ${PKG_INFO} -e faces || ${ECHO} .if empty(FACES_IS_INSTALLED) -. include "../../graphics/compface/buildlink2.mk" +. include "../../graphics/compface/buildlink3.mk" .else -. include "../../mail/faces/buildlink2.mk" +. include "../../mail/faces/buildlink3.mk" .endif .if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == YES CONFIGURE_ARGS+= --enable-ldap -.include "../../databases/openldap/buildlink2.mk" +.include "../../databases/openldap/buildlink3.mk" .endif .if defined(USE_JPILOT) && ${USE_JPILOT} == YES CONFIGURE_ARGS+= --enable-jpilot -.include "../../comms/pilot-link-libs/buildlink2.mk" -.include "../../comms/jpilot/buildlink2.mk" +.include "../../comms/pilot-link-libs/buildlink3.mk" +.include "../../comms/jpilot/buildlink3.mk" .endif EGDIR= ${PREFIX}/share/examples/sylpheed @@ -64,9 +64,10 @@ post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${FILESDIR}/mime.types ${EGDIR} -.include "../../converters/libiconv/buildlink2.mk" -.include "../../security/gpgme03/buildlink2.mk" -.include "../../security/openssl/buildlink2.mk" -.include "../../x11/gtk2/buildlink2.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../security/gpgme03/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |