add build dependency on librsvg, should fix failure seen in Linux
bulk build
This commit is contained in:
parent
3234ff69a3
commit
e9409f2c44
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.41 2009/08/26 19:58:05 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2009/09/30 11:18:07 drochner Exp $
|
||||
|
||||
DISTNAME= gxine-0.5.904
|
||||
PKGREVISION= 2
|
||||
|
@ -19,6 +19,8 @@ CONFIGURE_ARGS+= --disable-lirc
|
|||
|
||||
BROKEN_GETTEXT_DETECTION= yes
|
||||
PTHREAD_OPTS+= require
|
||||
# for svg->png icon conversion
|
||||
BUILD_DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/gxine
|
||||
PKG_SYSCONFSUBDIR= gxine
|
||||
|
|
Loading…
Reference in a new issue