summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-14 19:20:41 +0000
committerminskim <minskim>2004-02-14 19:20:41 +0000
commit87920a4911152c71bc85cde9e2202e36091181bc (patch)
tree6fdee7fe770ef25ce9c2bf70cb043a3bc9fff684 /mail
parent461037b1165d202b7772df40508bbde98804da95 (diff)
downloadpkgsrc-87920a4911152c71bc85cde9e2202e36091181bc.tar.gz
bl3ify
Diffstat (limited to 'mail')
-rw-r--r--mail/sylpheed-gtk2/Makefile23
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"