diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-02-06 23:29:02 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-02-06 23:29:02 +0800 |
commit | b6c7d6b5f908927485dee13d51cc7aaa351c7fdf (patch) | |
tree | ee9f82534d63bd9d6afb985a8a5c3009f4239d68 /x11 | |
parent | 2d2ee29a42bc06b3947a4e5581e2a636e281d36b (diff) | |
download | marcuscom-ports-b6c7d6b5f908927485dee13d51cc7aaa351c7fdf.tar.gz marcuscom-ports-b6c7d6b5f908927485dee13d51cc7aaa351c7fdf.tar.zst marcuscom-ports-b6c7d6b5f908927485dee13d51cc7aaa351c7fdf.zip |
add back the sed to remove libnm-*. I think I misread the patched and original
files.
cluebat bat: crsd on irc.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16681 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-shell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index cfda92579..c2df9702a 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,7 +3,7 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.49 2012/01/30 14:31:33 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.50 2012/02/04 20:35:54 kwm Exp $ # PORTNAME= gnome-shell @@ -56,6 +56,8 @@ CFLAGS= -O1 -pipe -fno-strict-aliasing post-patch: @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|g' \ ${WRKSRC}/src/shell-app-system.c + @${REINPLACE_CMD} -e 's|libnm-glib libnm-util ||g' \ + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|UBDIRS = data js src browser-plugin|UBDIRS = data js src|g' \ ${WRKSRC}/Makefile.in |