diff options
Diffstat (limited to 'audio/amarok/Makefile')
-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 c40634d15441..21b861eb5d86 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -6,6 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -55,7 +56,7 @@ PLIST_SUB+= GSTREAMER="" CONFIGURE_ARGS+=--without-xine PLIST_SUB+= XINE="@comment " .else -LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine PLIST_SUB+= XINE="" .endif |