diff options
author | marino <marino@pkgsrc.org> | 2012-09-01 16:14:54 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-09-01 16:14:54 +0000 |
commit | 690c26d82cea281648366991acea2804e4a17cb2 (patch) | |
tree | 949057634404342d40acb6959f139248ffbb4752 /audio/rhythmbox | |
parent | 333746d2a05356fc50e208d11ebf1abef25f7ff8 (diff) | |
download | pkgsrc-690c26d82cea281648366991acea2804e4a17cb2.tar.gz |
audio/rhythmbox: buildlink += libplist
At least one rhythmbox library links with -lplist, but the library wasn't
available in .buildlink/lib. With no indirect linking, that breaks the
build on DragonFly.
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 4636275fb19..46f05829edc 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2012/06/14 07:44:03 sbd Exp $ +# $NetBSD: Makefile,v 1.95 2012/09/01 16:14:54 marino Exp $ # DISTNAME= rhythmbox-0.12.8 @@ -44,6 +44,7 @@ GCONF_SCHEMAS= rhythmbox.schemas .include "../../sysutils/brasero/buildlink3.mk" .include "../../sysutils/libnotify/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" +.include "../../textproc/libplist/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.16.0 .include "../../x11/gtk2/buildlink3.mk" |