diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-01 18:18:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-01 18:18:23 +0000 |
commit | 52e309e0cefa3324832ca05233990cc233830f1c (patch) | |
tree | 36d1296a8641a36393d47bfe5ad3bdbe19d945e6 /audio | |
parent | 54c7c73001c0d81883e607489077fd04e06e453a (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 7 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 3d81fd0268a3..328c5fac37fd 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.9.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -22,10 +22,12 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ totem-plparser.2:${PORTSDIR}/multimedia/totem-gstreamer \ dbus-1.2:${PORTSDIR}/devel/dbus \ sexy.1:${PORTSDIR}/x11-toolkits/libsexy \ + soup-2.2.8:${PORTSDIR}/devel/libsoup \ gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2 USE_BZIP2= yes USE_X_PREFIX= yes +USE_GETTEXT= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner @@ -67,8 +69,7 @@ USE_GSTREAMER+= faad .if defined(WITH_DAAP) CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi -LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup \ - avahi-client:${PORTSDIR}/net/avahi +LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi .else .if exists(${LOCALBASE}/lib/libavahi-client.a) LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 3d81fd0268a3..328c5fac37fd 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -8,7 +8,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.9.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -22,10 +22,12 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ totem-plparser.2:${PORTSDIR}/multimedia/totem-gstreamer \ dbus-1.2:${PORTSDIR}/devel/dbus \ sexy.1:${PORTSDIR}/x11-toolkits/libsexy \ + soup-2.2.8:${PORTSDIR}/devel/libsoup \ gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2 USE_BZIP2= yes USE_X_PREFIX= yes +USE_GETTEXT= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner @@ -67,8 +69,7 @@ USE_GSTREAMER+= faad .if defined(WITH_DAAP) CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi -LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup \ - avahi-client:${PORTSDIR}/net/avahi +LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi .else .if exists(${LOCALBASE}/lib/libavahi-client.a) LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi |