Date: Tue, 11 Mar 2014 01:44:50 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1543 - trunk/Mk Message-ID: <201403110144.s2B1ioBk017867@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Mar 11 01:44:50 2014
New Revision: 1543
Log:
drop some build-only dependencies from package
Modified:
trunk/Mk/bsd.gecko.mk
Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk Tue Mar 11 01:44:43 2014 (r1542)
+++ trunk/Mk/bsd.gecko.mk Tue Mar 11 01:44:50 2014 (r1543)
@@ -686,8 +686,8 @@
.endif
.if ${PORT_OPTIONS:MDBUS}
+BUILD_DEPENDS+= libnotify>0:${PORTSDIR}/devel/libnotify
LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
- libnotify.so:${PORTSDIR}/devel/libnotify \
libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
MOZ_OPTIONS+= --enable-startup-notification
.else
@@ -707,7 +707,8 @@
.endif
.if ${PORT_OPTIONS:MGCONF}
-USE_GNOME+= gconf2
+BUILD_DEPENDS+= ${gconf2_DETECT}:${gconf2_LIB_DEPENDS:C/.*://}
+USE_GNOME+= gconf2:build
MOZ_OPTIONS+= --enable-gconf
.else
MOZ_OPTIONS+= --disable-gconf
@@ -720,14 +721,16 @@
.endif
.if ${PORT_OPTIONS:MGNOMEUI}
-USE_GNOME+= libgnomeui
+BUILD_DEPENDS+= ${libgnomeui_DETECT}:${libgnomeui_LIB_DEPENDS:C/.*://}
+USE_GNOME+= libgnomeui:build
MOZ_OPTIONS+= --enable-gnomeui
.else
MOZ_OPTIONS+= --disable-gnomeui
.endif
.if ${PORT_OPTIONS:MGNOMEVFS2}
-USE_GNOME+= gnomevfs2
+BUILD_DEPENDS+= ${gnomevfs2_DETECT}:${gnomevfs2_LIB_DEPENDS:C/.*://}
+USE_GNOME+= gnomevfs2:build
MOZ_OPTIONS+= --enable-gnomevfs
MOZ_OPTIONS:= ${MOZ_OPTIONS:C/(extensions)=(.*)/\1=\2,gnomevfs/}
.else
@@ -757,7 +760,7 @@
.endif
.if ${PORT_OPTIONS:MPULSEAUDIO}
-LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio
+BUILD_DEPENDS+= pulseaudio>0:${PORTSDIR}/audio/pulseaudio
MOZ_OPTIONS+= --enable-pulseaudio
.else
MOZ_OPTIONS+= --disable-pulseaudio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403110144.s2B1ioBk017867>
