summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-06 07:05:24 +0000
committerjlam <jlam@pkgsrc.org>2004-01-06 07:05:24 +0000
commit457d023fac0ccc710a6fa220b62427301e4ff6d9 (patch)
tree02b4c14d379e192a080af6c6a212a2e624be8083 /mail/fetchmail
parenta7e9d33642fa6a4eea2fe1f8ebf68f0f2774ab02 (diff)
downloadpkgsrc-457d023fac0ccc710a6fa220b62427301e4ff6d9.tar.gz
bl3ify
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 72af084ad8d..597b722aa2a 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.136 2003/11/12 03:39:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.137 2004/01/06 07:06:30 jlam Exp $
DISTNAME= fetchmail-6.2.5
PKGREVISION= 1
@@ -10,9 +10,11 @@ MAINTAINER= frueauf@NetBSD.org
HOMEPAGE= http://catb.org/~esr/fetchmail/
COMMENT= Batch mail retrieval/forwarding utility for pop2, pop3, apop, imap
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
BUILD_USES_MSGFMT= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
@@ -28,7 +30,7 @@ LDFLAGS+= ${CFLAGS}
FETCHMAIL_USE_SSL?= YES
.if defined(FETCHMAIL_USE_SSL) && ${FETCHMAIL_USE_SSL} == YES
-. include "../../security/openssl/buildlink2.mk"
+. include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
.else
CONFIGURE_ARGS+= --without-ssl
@@ -79,5 +81,5 @@ post-install:
fetchmail-FAQ.html fetchmail-features.html \
design-notes.html ${FDOC}
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"