fixed: change word pywebkitgtk to py-webkitgtk
This commit is contained in:
parent
c3a342ab3b
commit
9412f90aa7
1 changed files with 4 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.2 2009/04/11 23:24:19 jihbed Exp $
|
||||
#
|
||||
# $NetBSD: buildlink3.mk,v 1.3 2009/05/05 21:43:03 jihbed Exp $
|
||||
|
||||
BUILDLINK_TREE+= pywebkitgtk
|
||||
BUILDLINK_TREE+= py-webkitgtk
|
||||
|
||||
.if !defined(PY_WEBKITGTK_BUILDLINK3_MK)
|
||||
PY_WEBKITGTK_BUILDLINK3_MK:=
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
|
||||
BUILDLINK_API_DEPENDS.pywebkitgtk+= ${PYPKGPREFIX}-webkitgtk>=1.1.4
|
||||
BUILDLINK_PKGSRCDIR.pywebkitgtk?= ../../wip/py-webkit
|
||||
BUILDLINK_API_DEPENDS.py-webkitgtk+= ${PYPKGPREFIX}-webkitgtk>=1.1.4
|
||||
BUILDLINK_PKGSRCDIR.py-webkitgtk?= ../../wip/py-webkit
|
||||
|
||||
.include "../../x11/py-gtk2/buildlink3.mk"
|
||||
.include "../../www/webkit-gtk/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue