diff options
author | dholland <dholland> | 2008-07-21 00:13:43 +0000 |
---|---|---|
committer | dholland <dholland> | 2008-07-21 00:13:43 +0000 |
commit | ca45f4095c3b46dc2b65bc7067821c1514cbdc87 (patch) | |
tree | e331f22dd8d603aba55354d9d86cc12f195275ed /audio | |
parent | 66cf8483cf214a2a5d3ddbbde331342dcf879002 (diff) | |
download | pkgsrc-ca45f4095c3b46dc2b65bc7067821c1514cbdc87.tar.gz |
Bump PKGREVISION because of xine-lib change that affects the dependency
list here. (Although it shouldn't, see tech-pkg for further discussion.)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xine-arts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile index 9a780e1669b..dedddff6654 100644 --- a/audio/xine-arts/Makefile +++ b/audio/xine-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/04/24 12:32:22 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2008/07/21 00:13:43 dholland Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,6 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../multimedia/xine-lib/Makefile.common" PKGNAME= ${XINE_PKGNAME:S/lib/arts/} +PKGREVISION= 1 CATEGORIES= audio COMMENT= The aRts audio output plugin for xine-lib |