Remove explicit dependency on tcl-*, as it is pulled in by tk. Also, change
tk dependency to tk>=8.3.2, as a.) a dependency on tk-* would match tk-postgresql and other packages, and b.) the layout of the tcl packages changed slightly in 8.3.2, so older versions will not work without modifications to this package.
This commit is contained in:
parent
1cae14c6a0
commit
7c43e00612
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.15 2000/10/22 20:01:51 tsarna Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2000/10/26 19:24:45 jwise Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ${PY_DISTNAME}
|
||||
|
@ -9,8 +9,7 @@ MASTER_SITES= ${PY_MASTER_SITES}
|
|||
MAINTAINER= tsarna@netbsd.org
|
||||
HOMEPAGE= http://www.python.org/topics/tkinter/
|
||||
|
||||
DEPENDS+= tk-*:../../x11/tk
|
||||
DEPENDS+= tcl-*:../../lang/tcl
|
||||
DEPENDS+= tk>=8.3.2:../../x11/tk
|
||||
|
||||
USE_X11= yes
|
||||
WRKSRC= ${PY_WRKSRC}
|
||||
|
|
Loading…
Reference in a new issue