diff options
author | drochner <drochner@pkgsrc.org> | 2011-05-18 09:39:57 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-05-18 09:39:57 +0000 |
commit | 5bbaa97747cfd5e677c0f7a1917f5a12b4d45ab2 (patch) | |
tree | 042630f80c6e6127e91d3bd0f767ddeadd70aa44 /multimedia/gst-plugins0.10-bad/Makefile | |
parent | dba73a4a6522d2d24691218845c10618d53c0898 (diff) | |
download | pkgsrc-5bbaa97747cfd5e677c0f7a1917f5a12b4d45ab2.tar.gz |
update to 0.10.22
changes: many fixes and improvements -- see the ChangeLog
Diffstat (limited to 'multimedia/gst-plugins0.10-bad/Makefile')
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gst-plugins0.10-bad/Makefile b/multimedia/gst-plugins0.10-bad/Makefile index 3483671633c..3ef2afecd88 100644 --- a/multimedia/gst-plugins0.10-bad/Makefile +++ b/multimedia/gst-plugins0.10-bad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/04/24 15:31:09 obache Exp $ +# $NetBSD: Makefile,v 1.16 2011/05/18 09:39:57 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -7,11 +7,11 @@ USE_LANGUAGES= c c++ .include "Makefile.common" COMMENT+= bad plugins -PKGREVISION= 1 # builds gsettings module BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0 +.include "../../devel/glib2/schemas.mk" # bzip2 is likely present anyway, make it default .include "../../archivers/bzip2/buildlink3.mk" # same for OpenSSL |