Needs pkg-config and py-gobject.
This commit is contained in:
parent
590dadf1fa
commit
8bffcd702b
1 changed files with 8 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/09/04 19:39:54 netcap Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2007/09/06 22:26:43 thomasklausner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sonata-1.2.3
|
||||
|
@ -10,13 +10,15 @@ MAINTAINER= jfranz@bsdprojects.net
|
|||
HOMEPAGE= http://download.berlios.de/sonata/
|
||||
COMMENT= Elegant GTK2 client for the Music Player Daemon
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 24
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
USE_DIRS+= xdg-1.4
|
||||
|
||||
DEPENDS+= musicpd>0:../../audio/musicpd
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 24
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
USE_DIRS+= xdg-1.4
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
.include "../../devel/py-gobject/buildlink3.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../x11/py-gtk2/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue