diff options
author | minskim <minskim> | 2004-12-26 17:49:35 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-26 17:49:35 +0000 |
commit | e2535caab8edfe260d5858abd8ed69d1f7dc6528 (patch) | |
tree | 20e3e78d3ba7ed0f99159b0d28089b1bbf2af146 /mail | |
parent | 935024a25ae0af2b67b457333832cbf9247e735b (diff) | |
download | pkgsrc-e2535caab8edfe260d5858abd8ed69d1f7dc6528.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/isync/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index edc6ff12910..d5b17b8b861 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/26 17:47:31 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/26 17:49:35 minskim Exp $ # DISTNAME= isync-0.9.2 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://isync.sourceforge.net/ COMMENT= Synchronize a maildir with an imap server +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES GNU_CONFIGURE= YES |