diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-12 18:48:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-12 18:48:30 +0000 |
commit | e17b862df6e66dd20c325a051b4f6be5733b7d23 (patch) | |
tree | 50729172eae58f7cacf5bfc05fbd1d73355b9c6f /audio/amarok | |
parent | f40984f245108407927f0e49a01bb3aac1422cf5 (diff) | |
download | ports-e17b862df6e66dd20c325a051b4f6be5733b7d23.tar.gz ports-e17b862df6e66dd20c325a051b4f6be5733b7d23.zip |
Notes
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 346f86d7513e..2b0eb4438eba 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -6,7 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -51,7 +51,7 @@ CONFIGURE_ARGS+=--without-exscalibar \ .if !defined(WITH_GPOD) PLIST_SUB+= GPOD="@comment " .else -LIB_DEPENDS+= gpod.302:${PORTSDIR}/audio/libgpod +LIB_DEPENDS+= gpod.400:${PORTSDIR}/audio/libgpod CONFIGURE_ARGS+=--with-libgpod PLIST_SUB+= GPOD="" .endif |