diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-28 16:38:50 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-28 16:38:50 +0000 |
commit | 23e35dbc6f5cf1a60775c9b617229ab2c8d1efca (patch) | |
tree | 392cbb7326fb24e70f7a2863ea2ec3ac60f91e43 /audio/amarok | |
parent | Fix build on 6-CURRENT by correcting the patch. (diff) |
Insist on libtag.so.4.
Notes
Notes:
svn path=/head/; revision=134314
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 1bbc5bcdd250..fe8ba030200b 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lauri@kde.org COMMENT= Media player for KDE -LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib +LIB_DEPENDS= tag.4:${PORTSDIR}/audio/taglib USE_BZIP2= yes USE_KDEBASE_VER=3 |