diff options
author | tnn <tnn> | 2009-07-19 16:07:13 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-07-19 16:07:13 +0000 |
commit | cf77035e9171906c1a14fd6e267dfc379a22d344 (patch) | |
tree | b5bc60c543957142f8fc878d139be01946bb6cf5 /shells/bash | |
parent | 41e93e6a29f46d8f764fb63e7d618953ebefa463 (diff) | |
download | pkgsrc-cf77035e9171906c1a14fd6e267dfc379a22d344.tar.gz |
needs termcap (uses tputs(3))
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 1502d8921fe..ede19e800e2 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2009/06/05 23:32:00 hasso Exp $ +# $NetBSD: Makefile,v 1.46 2009/07/19 16:07:13 tnn Exp $ BASH_VERSION= 4.0 BASH_PATCHLEVEL= 24 @@ -85,5 +85,6 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/bash.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_MAN} ${WRKSRC}/doc/bashbug.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 +.include "../../mk/termcap.buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |