diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-04-28 17:40:02 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-04-28 17:40:02 +0000 |
commit | 352b7cfa73178f237e453d9427bf2095d2ab4dc8 (patch) | |
tree | dcf6d8ab3ec896c1478f7290a37ce35f4724d8d2 /audio/amarok/Makefile | |
parent | 4a5b3bdeb1e1f2becab1ae2ba1ce874e17612080 (diff) | |
download | FreeBSD-ports-352b7cfa73178f237e453d9427bf2095d2ab4dc8.zip FreeBSD-ports-352b7cfa73178f237e453d9427bf2095d2ab4dc8.tar.gz |
Chase the libxine shared lib version bump.
Diffstat (limited to 'audio/amarok/Makefile')
-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 fe8ba03..f6a7e4a 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 |