summaryrefslogtreecommitdiff
path: root/databases/gdbm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gdbm/Makefile')
-rw-r--r--databases/gdbm/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index 8f54bb91322..b580d2594eb 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.45 2012/01/23 07:04:15 sbd Exp $
+# $NetBSD: Makefile,v 1.46 2012/01/24 00:28:17 abs Exp $
.include "Makefile.common"
COMMENT= The GNU database manager
-PKGREVISION= 1
+PKGREVISION= 2
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -11,4 +11,13 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
INFO_FILES= yes
MAKE_JOBS_SAFE= no
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_VARS+= nls
+
+.if ${OPSYS} == "Linux"
+PLIST.nls= yes
+.endif
+
.include "../../mk/bsd.pkg.mk"
+