diff options
author | fredb <fredb@pkgsrc.org> | 2001-03-20 00:07:36 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-03-20 00:07:36 +0000 |
commit | af4bd7452be272014683dc9f8f18e59ddf971d93 (patch) | |
tree | 2412b7f1018f36411bbf28a8938f483caf3cd4b4 /x11/tkman | |
parent | b03f6971a64394133f983a32a038acac0490e226 (diff) | |
download | pkgsrc-af4bd7452be272014683dc9f8f18e59ddf971d93.tar.gz |
Use "USE_RMAN", rather than DEPENDS=rman...., to accomodate XFree86-4.x,
which may install it's own "rman".
Diffstat (limited to 'x11/tkman')
-rw-r--r-- | x11/tkman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tkman/Makefile b/x11/tkman/Makefile index 6cf0bbe87c2..d1e46263009 100644 --- a/x11/tkman/Makefile +++ b/x11/tkman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/02/17 17:06:50 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2001/03/20 00:07:36 fredb Exp $ # FreeBSD Id: Makefile,v 1.28 1997/12/08 15:51:20 tg Exp # @@ -13,9 +13,9 @@ HOMEPAGE= http://tkman.sourceforge.net/ COMMENT= Tcl/Tk based manual browser DEPENDS+= glimpse-4.1:../../textproc/glimpse -DEPENDS+= rman-3.0.*:../../textproc/rman DEPENDS+= tk-8.3.2:../../x11/tk +USE_RMAN= yes USE_X11= yes WRKSRC= ${WRKDIR}/${PKGNAME} |