diff options
author | jmmv <jmmv> | 2006-01-18 12:55:55 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-01-18 12:55:55 +0000 |
commit | cafc9ec1fa157fd32caac0b9d17739a9396c5a9b (patch) | |
tree | 8e8a41a8d0facd65275f86c84400e37d73190d9a /misc | |
parent | 1829f479dedeef0f1e57e1ca4f0842f9ea0d3b16 (diff) | |
download | pkgsrc-cafc9ec1fa157fd32caac0b9d17739a9396c5a9b.tar.gz |
Adjust dependencies after the renames of gstreamer, gst-plugins and
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*,
respectively. Bump PKGREVISION.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeaccessibility3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/kdeaccessibility3/Makefile b/misc/kdeaccessibility3/Makefile index 5aeb7fc1459..7d104ff55ac 100644 --- a/misc/kdeaccessibility3/Makefile +++ b/misc/kdeaccessibility3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2006/01/06 15:10:05 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/01/18 12:55:55 jmmv Exp $ DISTNAME= kdeaccessibility-${_KDE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc COMMENT= Accessibility support for the KDE integrated X11 desktop @@ -17,8 +17,8 @@ PKG_SUPPORTED_OPTIONS= gstreamer .if !empty(PKG_OPTIONS:Mgstreamer) CONFIGURE_ARGS+= --enable-kttsd-gstreamer -.include "../../multimedia/gstreamer/buildlink3.mk" -.include "../../multimedia/gst-plugins/buildlink3.mk" +.include "../../multimedia/gstreamer0.8/buildlink3.mk" +.include "../../multimedia/gst-plugins0.8/buildlink3.mk" PLIST_SUBST+= HAVE_GST="" .else PLIST_SUBST+= HAVE_GST="@comment " |