diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-04-01 17:50:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-04-01 17:50:18 +0000 |
commit | 2634606f82d775b9c20ba64aa6ca6a0e41358a32 (patch) | |
tree | 498df5d18941dbe31d33fc4513c3d71b2a481e69 /x11 | |
parent | 09e9f6e98d32148baed198bc2b88f257257d1e37 (diff) | |
download | pkgsrc-2634606f82d775b9c20ba64aa6ca6a0e41358a32.tar.gz |
Depend on the esound and oss gstreamer plugins so that the mixer applet
works. Bump PKGREVISION to 1.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-applets/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/gnome2-applets/Makefile b/x11/gnome2-applets/Makefile index 6b6f902b379..969060af983 100644 --- a/x11/gnome2-applets/Makefile +++ b/x11/gnome2-applets/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2006/03/30 21:16:53 jmmv Exp $ +# $NetBSD: Makefile,v 1.62 2006/04/01 17:50:18 jmmv Exp $ # DISTNAME= gnome-applets-2.14.0 +PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-applets/2.14/} EXTRACT_SUFX= .tar.bz2 @@ -12,6 +13,9 @@ COMMENT= GNOME2 panel applets BUILD_USES_MSGFMT= YES +BUILD_DEPENDS+= gst-plugins0.10-esound>=0.10.0:../../audio/gst-plugins0.10-esound +BUILD_DEPENDS+= gst-plugins0.10-oss>=0.10.0:../../audio/gst-plugins0.10-oss + GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_MSGFMT_PLURALS= yes |