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/Makefile | |
parent | Update to 1.0.1. (diff) |
Chase the libxine shared lib version bump.
Notes
Notes:
svn path=/head/; revision=134320
Diffstat (limited to '')
-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 fe8ba030200b..f6a7e4a38f8e 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/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 |