diff options
author | lofi <lofi@FreeBSD.org> | 2006-04-06 11:20:54 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-04-06 11:20:54 +0800 |
commit | bf11d0772771b15d55003ba03ee8205cd889d0ce (patch) | |
tree | 407eba8da8e9f9ec4e89975010f96e68e231ca46 /audio/arts | |
parent | 0d6cad5576693c7136884e60143b5853fe76af25 (diff) | |
download | freebsd-ports-gnome-bf11d0772771b15d55003ba03ee8205cd889d0ce.tar.gz freebsd-ports-gnome-bf11d0772771b15d55003ba03ee8205cd889d0ce.tar.zst freebsd-ports-gnome-bf11d0772771b15d55003ba03ee8205cd889d0ce.zip |
Looks like arts really wants glib2 these days.
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 |