pkgsrc/databases/gdbm/Makefile
dholland 6e54abee57 Fix compat #define to expand to something that actually exists. Should
fix the build of clisp-gdbm and maybe others. PKGREVISION -> 1.
2017-09-09 17:13:50 +00:00

14 lines
377 B
Makefile

# $NetBSD: Makefile,v 1.53 2017/09/09 17:13:50 dholland Exp $
.include "Makefile.common"
PKGREVISION= 1
COMMENT= The GNU database manager
INFO_FILES= yes
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"