diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-24 07:31:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-24 07:31:52 +0000 |
commit | d9336c290f299bbce4c6ca5ac007874114dc9e32 (patch) | |
tree | 77ad9fb8ac0c2d8f2684d68e29ca6419f17fa0fd /audio/gst-plugins0.8-esound/Makefile | |
parent | 7e8c14378cb89b8bfeb5d8fc55675167e05f1326 (diff) | |
download | pkgsrc-d9336c290f299bbce4c6ca5ac007874114dc9e32.tar.gz |
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
Diffstat (limited to 'audio/gst-plugins0.8-esound/Makefile')
-rw-r--r-- | audio/gst-plugins0.8-esound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gst-plugins0.8-esound/Makefile b/audio/gst-plugins0.8-esound/Makefile index c8303c63f60..b21c1eaa23d 100644 --- a/audio/gst-plugins0.8-esound/Makefile +++ b/audio/gst-plugins0.8-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2006/01/18 12:44:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/24 07:31:54 wiz Exp $ # GST_PLUGINS0.8_NAME= esound @@ -6,6 +6,7 @@ GST_PLUGINS0.8_DIR= ext/esd GST_PLUGINS0.8_FLAG= esd .include "../../multimedia/gst-plugins0.8/Makefile.common" +PKGREVISION= 1 .include "../../audio/esound/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |