add a comment section telling how Python plugin support can be
enabled (but leave it off because it is not useful yet)
This commit is contained in:
parent
629ebf546d
commit
d9dc7c2efa
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.44 2009/03/22 19:01:38 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.45 2009/04/07 10:33:41 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= eog-2.26.0
|
||||
|
@ -20,6 +20,9 @@ USE_LIBTOOL= yes
|
|||
|
||||
GCONF_SCHEMAS= eog.schemas
|
||||
|
||||
# XXX Python plugins do more harm than good for now
|
||||
#.include "../../lang/python/application.mk"
|
||||
#.include "../../x11/py-gtk2/buildlink3.mk"
|
||||
.include "../../devel/GConf/schemas.mk"
|
||||
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.3
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue