Depend on rman>=3.1, per PR 33536 from Andreas Tannert. Bump PKGREVISION.
This commit is contained in:
parent
c3e846fc84
commit
5bdd358547
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.41 2006/03/04 21:31:11 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2006/05/25 10:43:38 wiz Exp $
|
||||
|
||||
DISTNAME= tkman-2.2
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tkman/}
|
||||
|
||||
|
@ -9,12 +10,9 @@ HOMEPAGE= http://tkman.sourceforge.net/
|
|||
COMMENT= Tcl/Tk based manual browser
|
||||
|
||||
DEPENDS+= glimpse>=4.1:../../textproc/glimpse
|
||||
DEPENDS+= rman>=3.1:../../textproc/rman
|
||||
DEPENDS+= tk>=8.4:../../x11/tk
|
||||
|
||||
USE_RMAN= yes
|
||||
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
|
||||
post-extract:
|
||||
.for f in Makefile manpath.tcl
|
||||
${MV} ${WRKSRC}/${f} ${WRKSRC}/${f}.cr
|
||||
|
@ -28,4 +26,5 @@ post-install:
|
|||
${FILESDIR}/mkindex > ${WRKDIR}/mkindex
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/mkindex ${PREFIX}/libexec
|
||||
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue