Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 21:37:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368604 - head/editors/winefish
Message-ID:  <201409192137.s8JLbuuL056587@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Sep 19 21:37:56 2014
New Revision: 368604
URL: http://svnweb.freebsd.org/changeset/ports/368604
QAT: https://qat.redports.org/buildarchive/r368604/

Log:
  Allow staging as a regular user

Modified:
  head/editors/winefish/Makefile

Modified: head/editors/winefish/Makefile
==============================================================================
--- head/editors/winefish/Makefile	Fri Sep 19 21:35:07 2014	(r368603)
+++ head/editors/winefish/Makefile	Fri Sep 19 21:37:56 2014	(r368604)
@@ -21,10 +21,11 @@ RUN_DEPENDS=	dos2unix:${PORTSDIR}/conver
 		tidy:${PORTSDIR}/www/tidy-lib \
 		xpdf:${PORTSDIR}/graphics/xpdf
 
-CONFIGURE_ARGS+=	--with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications --with-icon-path=${GNOME_LOCALSTATEDIR}/pixmaps
+CONFIGURE_ARGS=	--with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications \
+		--with-icon-path=${GNOME_LOCALSTATEDIR}/pixmaps --disable-update-databases
 GNU_CONFIGURE=	yes
 USES=		gmake pkgconfig desktop-file-utils shared-mime-info
-USE_GNOME=	libgnomeui desktopfileutils gnomehier
+USE_GNOME=	libgnomeui gnomehier
 USE_TEX=	latex
 
 OPTIONS_DEFINE=	CONTEXT VNTEX UNIKEY_GTK NLS DOCS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409192137.s8JLbuuL056587>