diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-04-06 03:20:54 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-04-06 03:20:54 +0000 |
commit | 996556d4b530e132160209c4b8194d7fbd9ff0d4 (patch) | |
tree | 1c8590f76b84cc12c4905cb9a2337ce1a03cb40d /audio/arts | |
parent | 4cc05ae73809e0c96fd42bd0fc3a91763462a42b (diff) | |
download | ports-996556d4b530e132160209c4b8194d7fbd9ff0d4.tar.gz ports-996556d4b530e132160209c4b8194d7fbd9ff0d4.zip |
Notes
Diffstat (limited to 'audio/arts')
-rw-r--r-- | audio/arts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index a362a965667d..2390e118f774 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -20,7 +20,7 @@ COMMENT= Audio system for the KDE integrated X11 desktop LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile \ mad:${PORTSDIR}/audio/libmad \ ogg:${PORTSDIR}/audio/libogg \ - glib:${PORTSDIR}/devel/glib20 \ + glib-2.0:${PORTSDIR}/devel/glib20 \ vorbis:${PORTSDIR}/audio/libvorbis WANT_GNOME= yes |