pkgsrc/sysutils/heirloom-ls/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

18 lines
436 B
Makefile

# $NetBSD: Makefile,v 1.3 2015/08/18 07:31:17 wiz Exp $
PKGNAME= heirloom-ls-${HEIRLOOM_VER}
PKGREVISION= 1
CATEGORIES= sysutils
LICENSE= modified-bsd AND original-bsd
MAKE_FLAGS+= SUBDIRS="build ls"
NEED_LIBCURSES= 1
.include "../../sysutils/heirloom-doc/Makefile.common"
DESCR_SRC+= ${.CURDIR}/DESCR
.include "../../devel/heirloom-libcommon/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"