From 8c60030e5aaebc6363a232f155c4bb95042fc56d Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 2 Feb 2006 07:58:16 +0000 Subject: Update to 0.9.3. --- audio/rhythmbox-devel/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'audio/rhythmbox-devel/Makefile') diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 3d93e2a85bcd..f49dbe2a768d 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -7,8 +7,7 @@ # PORTNAME= rhythmbox -PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTVERSION= 0.9.3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -38,7 +37,8 @@ GCONF_SCHEMAS= rhythmbox.schemas OPTIONS= IPOD "Enable iPod support" off \ DAAP "Enable iTunes music sharing" off \ - FAAD "Enable FAAD decoder support" off + FAAD "Enable FAAD decoder support" off \ + NOTIFY "Enable libnotify support" on .include @@ -75,6 +75,12 @@ LIB_DEPENDS+= howl.0:${PORTSDIR}/net/howl CONFIGURE_ARGS+= --disable-daap .endif +.if !defined(WITHOUT_NOTIFY) +LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify +.else +CONFIGURE_ARGS+= --disable-libnotify +.endif + pre-everything:: .if !defined(WITH_VORBIS) @${ECHO_MSG} -- cgit 'hidden' name='id' value='6baa6a2c7b72fb16433a5067a237fc318b9b5669'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Use correct namespace for shared_ptr with libc++, fixes build on 10+amdmi32015-01-155-0/+71