diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-06 15:10:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-06 15:10:01 +0000 |
commit | ac4d467be533e40ec56fc139faf1619b6f29af1b (patch) | |
tree | 2c5a8e1b81d5d880a6eed522c25b3015ba8050ca /mail/etpan | |
parent | 48fbdf6ab27df2cda64e75c3291ae9d0e4fb71e1 (diff) | |
download | pkgsrc-ac4d467be533e40ec56fc139faf1619b6f29af1b.tar.gz |
DEPENDS and PKGREVISION bumps because db4's library name changed.
Diffstat (limited to 'mail/etpan')
-rw-r--r-- | mail/etpan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/etpan/Makefile b/mail/etpan/Makefile index 42c3b744c16..a1040eb0b35 100644 --- a/mail/etpan/Makefile +++ b/mail/etpan/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/08/06 05:32:19 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/06 15:10:04 wiz Exp $ # DISTNAME= etpan-ng-0.6.1 PKGNAME= ${DISTNAME:S/-ng//} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libetpan/} |