diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok-kde3/Makefile | 4 | ||||
-rw-r--r-- | audio/amarok-kde3/options.mk | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/amarok-kde3/Makefile b/audio/amarok-kde3/Makefile index 01056a53d51..6bf009d0327 100644 --- a/audio/amarok-kde3/Makefile +++ b/audio/amarok-kde3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2011/11/01 06:00:33 sbd Exp $ +# $NetBSD: Makefile,v 1.13 2011/11/21 19:49:19 shattered Exp $ DISTNAME= amarok-${VERSION} VERSION= 1.4.10 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/amarok-kde3/options.mk b/audio/amarok-kde3/options.mk index a0fe44afde9..0c2357553a4 100644 --- a/audio/amarok-kde3/options.mk +++ b/audio/amarok-kde3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2010/02/16 08:59:13 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2011/11/21 19:49:19 shattered Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.amarok PKG_SUPPORTED_OPTIONS= libgpod libmtp mysql pgsql @@ -10,8 +10,10 @@ PLIST_VARS+= ipod libmtp .if !empty(PKG_OPTIONS:Mlibgpod) PLIST.ipod= yes CONFIGURE_ARGS+= --enable-libgpod -BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.4.2 +BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.8.0 . include "../../audio/libgpod/buildlink3.mk" +. include "../../textproc/libplist/buildlink3.mk" +. include "../../databases/sqlite3/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Mlibmtp) |