summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-18 05:05:43 +0000
committersnj <snj@pkgsrc.org>2004-04-18 05:05:43 +0000
commit4da3903d0c114061fdcc1c5a940020e3eea39424 (patch)
treec4a36f6cbb536f0a6869c4dadc69a60b751897af
parent5faeaa623ccfa3333803c3fb6df11a83c24080d7 (diff)
downloadpkgsrc-4da3903d0c114061fdcc1c5a940020e3eea39424.tar.gz
Convert to buildlink3.
-rw-r--r--mail/offlineimap/Makefile5
-rw-r--r--mail/poppassd/Makefile4
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile
index 7545ecba87e..27fd6780f66 100644
--- a/mail/offlineimap/Makefile
+++ b/mail/offlineimap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/04/15 17:36:29 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/18 05:05:43 snj Exp $
#
DISTNAME= offlineimap_${_OFFLINEIMAP_VER}
@@ -11,13 +11,12 @@ HOMEPAGE= http://gopher.quux.org:70/devel/offlineimap/
COMMENT= Powerful IMAP/Maildir synchronization and reader support
WRKSRC= ${WRKDIR}/offlineimap
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
# This is only to placate pkglint
_OFFLINEIMAP_VER= 4.0.0
PYTHON_VERSIONS_ACCEPTED= 22pth 23pth
-BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2
PYDISTUTILSPKG= yes
PYTHON_PATCH_SCRIPTS= bin/offlineimap
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile
index 95ed7f2797c..01db8337ac5 100644
--- a/mail/poppassd/Makefile
+++ b/mail/poppassd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/29 15:45:00 taca Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/18 05:07:49 snj Exp $
#
DISTNAME= qpopper${VERSION}
@@ -17,7 +17,7 @@ COMMENT= Qualcomm's password change server mainly for Eudora
.include "../qpopper/Makefile.common"
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
CONFIGURE_ARGS+= --enable-poppassd
CONFIGURE_ENV+= CDEFS='-DSMBPASSWD_BINARY=\"${LOCALBASE}/bin/smbpasswd\"'
MAKE_ENV+= ROOT_USER=${ROOT_USER} ROOT_GROUP=${ROOT_GROUP}