diff options
author | snj <snj> | 2004-04-18 05:05:43 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-18 05:05:43 +0000 |
commit | 166990d6bb90364e8ad1e4108e1fb179381a3725 (patch) | |
tree | c4a36f6cbb536f0a6869c4dadc69a60b751897af /mail/offlineimap | |
parent | 2d4c7e920f306fd266de2213949b2d88518b7ced (diff) | |
download | pkgsrc-166990d6bb90364e8ad1e4108e1fb179381a3725.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'mail/offlineimap')
-rw-r--r-- | mail/offlineimap/Makefile | 5 |
1 files changed, 2 insertions, 3 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} |