summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-06-19 09:38:13 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-06-19 09:38:13 +0800
commitbe4254fd419eb1697e8fdbebbef10be033aae75d (patch)
tree0ae9b4e1044a1692cc621214c122adbd151c38ff /x11
parent7caa5ca116b8383e9b5a0b3547583139462a01d0 (diff)
downloadmarcuscom-ports-be4254fd419eb1697e8fdbebbef10be033aae75d.tar.gz
marcuscom-ports-be4254fd419eb1697e8fdbebbef10be033aae75d.tar.zst
marcuscom-ports-be4254fd419eb1697e8fdbebbef10be033aae75d.zip
Explicitly disable NM.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12401 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-applets/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
index 4b468302f..bf23b2e82 100644
--- a/x11/gnome-applets/Makefile
+++ b/x11/gnome-applets/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-applets/Makefile,v 1.200 2009/05/27 15:52:40 kwm Exp $
+# $MCom: ports/x11/gnome-applets/Makefile,v 1.201 2009/06/17 23:11:37 kwm Exp $
#
PORTNAME= gnome-applets
@@ -37,7 +37,8 @@ WANT_GNOME= yes
USE_GSTREAMER= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gstreamer=0.10 \
- --enable-mixer-applet
+ --enable-mixer-applet \
+ --disable-networkmanager
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
OS_SYS="/usr/include"