summaryrefslogtreecommitdiff
path: root/mail/isync
diff options
context:
space:
mode:
authorsnj <snj>2004-04-18 05:31:35 +0000
committersnj <snj>2004-04-18 05:31:35 +0000
commitfe38b76c9f36a846242150816355e8912e5b5f09 (patch)
treea10ecb9896ccefb40699311f0538edda4c7608b7 /mail/isync
parent1d9eea9599f9408dd6496c60b0775d13b99e91b9 (diff)
downloadpkgsrc-fe38b76c9f36a846242150816355e8912e5b5f09.tar.gz
Convert to buildlink3.
Diffstat (limited to 'mail/isync')
-rw-r--r--mail/isync/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index 37323f04c2b..56665d3c298 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:44 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/18 05:33:48 snj Exp $
#
DISTNAME= isync-0.9.2
@@ -10,7 +10,7 @@ MAINTAINER= cez+misc.pkgsrc@compsoc.man.ac.uk
HOMEPAGE= http://isync.sourceforge.net/
COMMENT= Synchronize a maildir with an imap server
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
@@ -20,5 +20,5 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/isync
${INSTALL_DATA} ${WRKSRC}/isyncrc.sample ${PREFIX}/share/examples/isync/isyncrc.sample
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"