diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-04-28 17:40:02 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-04-28 17:40:02 +0000 |
commit | 6a40d7a441686b012deab9a93dfea7656c11c31a (patch) | |
tree | 75c77233e8a52f6aea6f4eaf3b2c5faaff2d196d /audio/amarok-kde4 | |
parent | 93f163a0a800361b2e1503ed6c86a116062b5bde (diff) | |
download | ports-6a40d7a441686b012deab9a93dfea7656c11c31a.tar.gz ports-6a40d7a441686b012deab9a93dfea7656c11c31a.zip |
Notes
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index fe8ba030200b..f6a7e4a38f8e 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -6,7 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -55,7 +55,7 @@ PLIST_SUB+= GSTREAMER="" CONFIGURE_ARGS+=--without-xine PLIST_SUB+= XINE="@comment " .else -LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine PLIST_SUB+= XINE="" .endif |