diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-06-19 09:38:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-06-19 09:38:13 +0800 |
commit | be4254fd419eb1697e8fdbebbef10be033aae75d (patch) | |
tree | 0ae9b4e1044a1692cc621214c122adbd151c38ff /x11 | |
parent | 7caa5ca116b8383e9b5a0b3547583139462a01d0 (diff) | |
download | marcuscom-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/Makefile | 5 |
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" |