diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-21 18:36:49 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-21 18:36:49 +0000 |
commit | 626b25836ff9ca8f9d2153c9a186f5dc8145e67f (patch) | |
tree | 27dad0ea86afc512de198f2098ba440386ef207b /audio/amarok | |
parent | - Chase libxine shared library version (diff) |
Chase libxine shared library version
Notes
Notes:
svn path=/head/; revision=143300
Diffstat (limited to 'audio/amarok')
-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 |