diff options
Diffstat (limited to 'databases/gdbm_compat/Makefile')
-rw-r--r-- | databases/gdbm_compat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gdbm_compat/Makefile b/databases/gdbm_compat/Makefile index eaaad66547d..18982042ea8 100644 --- a/databases/gdbm_compat/Makefile +++ b/databases/gdbm_compat/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2012/01/10 04:40:03 obache Exp $ +# $NetBSD: Makefile,v 1.3 2012/01/24 09:10:51 sbd Exp $ # .include "../../databases/gdbm/Makefile.common" PKGNAME= ${DISTNAME:S/-/_compat-/} +PKGREVISION= 1 COMMENT+= dbm and ndbm compat library |