summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-08-29 19:56:47 +0000
committerdrochner <drochner@pkgsrc.org>2012-08-29 19:56:47 +0000
commit98d8f7da6c72b9af6b6fa8f84954f2b3fb14d026 (patch)
tree11545edb6de700cbcd7604511fa6ba561042adcb /audio
parent92997f1d15f2838987125dbc6cd12367595203e7 (diff)
downloadpkgsrc-98d8f7da6c72b9af6b6fa8f84954f2b3fb14d026.tar.gz
explicitly pull in omf-scrollkeeper, should fix build problems after
recent gnome-doc-utils update (reported by John Marino)
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3splt-gtk/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3splt-gtk/options.mk b/audio/mp3splt-gtk/options.mk
index f87537b9ec2..41f9ab24e64 100644
--- a/audio/mp3splt-gtk/options.mk
+++ b/audio/mp3splt-gtk/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2011/10/21 20:56:00 ryoon Exp $
+# $NetBSD: options.mk,v 1.2 2012/08/29 19:56:47 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mp3splt-gtk
PKG_SUPPORTED_OPTIONS= gnome
@@ -12,5 +12,6 @@ CONFIGURE_ARGS+= --disable-gnome
.else
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../mk/omf-scrollkeeper.mk"
PLIST.gnome= yes
.endif