diff options
author | joerg <joerg@pkgsrc.org> | 2020-04-12 19:34:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-04-12 19:34:47 +0000 |
commit | 885e96f29ae1dc95939be5406f2db84f37372b3e (patch) | |
tree | c7fa6d587211f54a7e0364ad947eb457fb4a8f40 /audio | |
parent | 0c5dd1f509a0f969087ab39766b2410982acdc3b (diff) | |
download | pkgsrc-885e96f29ae1dc95939be5406f2db84f37372b3e.tar.gz |
Needs scrollkeeper from rarian.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/buzztrax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/buzztrax/Makefile b/audio/buzztrax/Makefile index 84b0519ee9a..74c4eefe97b 100644 --- a/audio/buzztrax/Makefile +++ b/audio/buzztrax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/03/26 12:07:19 nia Exp $ +# $NetBSD: Makefile,v 1.10 2020/04/12 19:34:47 joerg Exp $ DISTNAME= buzztrax-0.10.2 PKGREVISION= 2 @@ -43,6 +43,7 @@ CONFIGURE_ARGS+= --disable-schemas-compile .include "../../multimedia/gst-plugins1-base/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" +.include "../../textproc/rarian/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |