Use gst-python's buildlink3.mk.
This commit is contained in:
parent
d3b645bee1
commit
f59f62342c
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2007/02/25 15:47:22 shattered Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2007/03/04 18:35:31 shattered Exp $
|
||||
#
|
||||
|
||||
DISTNAME= quodlibet-0.24
|
||||
|
@ -11,7 +11,6 @@ HOMEPAGE= http://www.sacredchao.net/quodlibet/wiki
|
|||
COMMENT= Finally a good alternative to iTunes
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.8:../../audio/py-mutagen
|
||||
DEPENDS+= gst-python>=0.10.0:../../multimedia/py-gstreamer0.10
|
||||
DEPENDS+= gst-plugins0.10-mad>=0.10.0:../../audio/gst-plugins0.10-mad
|
||||
DEPENDS+= gst-plugins0.10-vorbis>=0.10.0:../../audio/gst-plugins0.10-vorbis
|
||||
DEPENDS+= gst-plugins0.10-ogg>=0.10.0:../../multimedia/gst-plugins0.10-ogg
|
||||
|
@ -19,7 +18,7 @@ DEPENDS+= gst-plugins0.10-ogg>=0.10.0:../../multimedia/gst-plugins0.10-ogg
|
|||
PYTHON_VERSIONS_ACCEPTED= 25 24
|
||||
PYTHON_PATCH_SCRIPTS= *.py */*.py
|
||||
USE_DIRS+= xdg-1.4
|
||||
USE_TOOLS+= gmake intltool
|
||||
USE_TOOLS+= gmake intltool pkg-config
|
||||
USE_PKGLOCALEDIR= yes
|
||||
BUILD_TARGET= _trayicon.so _mmkeys.so
|
||||
|
||||
|
@ -28,5 +27,6 @@ BUILD_TARGET= _trayicon.so _mmkeys.so
|
|||
# works fine without it. With py-dbus installed however, it
|
||||
# fails loading hal and exits.
|
||||
#.include "../../sysutils/py-dbus/buildlink3.mk"
|
||||
.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
|
||||
.include "../../x11/py-gtk2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue