diff options
author | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
commit | 9d80e592a4a9801ec4d00fca7a3e9c19d1c6b3cc (patch) | |
tree | ffee6335b2bba2ba7848a7088adea5af2e248190 /audio/amarok | |
parent | 3aac352c277c3004ddcf390205306a480522cad6 (diff) | |
download | pkgsrc-9d80e592a4a9801ec4d00fca7a3e9c19d1c6b3cc.tar.gz |
tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index b86146aae1f..402e3f3a586 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2006/11/01 17:13:51 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2006/11/19 11:50:23 wiz Exp $ DISTNAME= amarok-1.4.4 +PKGREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE:=amarok/1.4.4/src/} EXTRACT_SUFX= .tar.bz2 |