diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-25 03:37:13 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-25 03:37:13 +0800 |
commit | 9a0a288e9e5ea22833d2b4fef30b03e63f55202a (patch) | |
tree | 71e8a35ad7769ac5e5a07a1c425b42c4e0f992e4 /x11-fm/nautilus/Makefile | |
parent | 2ee4effb5cb09531e850cc70184ea54c020a2d63 (diff) | |
download | marcuscom-ports-9a0a288e9e5ea22833d2b4fef30b03e63f55202a.tar marcuscom-ports-9a0a288e9e5ea22833d2b4fef30b03e63f55202a.tar.gz marcuscom-ports-9a0a288e9e5ea22833d2b4fef30b03e63f55202a.tar.bz2 marcuscom-ports-9a0a288e9e5ea22833d2b4fef30b03e63f55202a.tar.lz marcuscom-ports-9a0a288e9e5ea22833d2b4fef30b03e63f55202a.tar.xz marcuscom-ports-9a0a288e9e5ea22833d2b4fef30b03e63f55202a.tar.zst marcuscom-ports-9a0a288e9e5ea22833d2b4fef30b03e63f55202a.zip |
Update to 2.27.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12706 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus/Makefile')
-rw-r--r-- | x11-fm/nautilus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 6fb6e28db..7774293ec 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -3,11 +3,11 @@ # Whom: ade, archie # # $FreeBSD$ -# $MCom: ports/x11-fm/nautilus/Makefile,v 1.181 2009/07/19 10:08:44 kwm Exp $ +# $MCom: ports/x11-fm/nautilus/Makefile,v 1.182 2009/07/19 19:46:48 marcus Exp $ # PORTNAME= nautilus -PORTVERSION= 2.27.4 +PORTVERSION= 2.27.91 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -31,7 +31,7 @@ USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \ LIBPNG="-L${LOCALBASE}/lib -lpng -lz" -CONFIGURE_ARGS= --enable-static +CONFIGURE_ARGS= --enable-static --disable-packagekit MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" OPTIONS= TRACKER "Enable Tracker Search (sysutils/tracker)" Off |