diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 05:05:43 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 05:05:43 +0000 |
commit | c8b6949870ca67134a5f62d051cf312ab59955e7 (patch) | |
tree | c4a36f6cbb536f0a6869c4dadc69a60b751897af /mail | |
parent | d748de75cde0d3ed12eeefde2e3adf485d772915 (diff) | |
download | pkgsrc-c8b6949870ca67134a5f62d051cf312ab59955e7.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/offlineimap/Makefile | 5 | ||||
-rw-r--r-- | mail/poppassd/Makefile | 4 |
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} |