diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-10-29 23:48:18 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-10-29 23:48:18 +0000 |
commit | c13a5bcfcd39a60b06331e0e456f81187f336764 (patch) | |
tree | 24d87d150c14833a85f8fac72b8a8e53d186d7c8 /audio/mpeglib_artsplug/Makefile | |
parent | 16387cc66d68e7df0f3953c17282a1ba85fc5eb5 (diff) |
Notes
Diffstat (limited to 'audio/mpeglib_artsplug/Makefile')
-rw-r--r-- | audio/mpeglib_artsplug/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mpeglib_artsplug/Makefile b/audio/mpeglib_artsplug/Makefile index 90d81f73923c..6c411584fa3b 100644 --- a/audio/mpeglib_artsplug/Makefile +++ b/audio/mpeglib_artsplug/Makefile @@ -7,7 +7,6 @@ PORTNAME= mpeglib_artsplug PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -19,7 +18,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Legacy KDE audio backend LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ - vorbis.4:${PORTSDIR}/audio/libvorbis + vorbis:${PORTSDIR}/audio/libvorbis CONFLICTS= kdemultimedia-3.1.* kdemultimedia-3.2.[0-3] |