svn commit: r368604 - head/editors/winefish

Antoine Brodin antoine at FreeBSD.org
Fri Sep 19 21:37:57 UTC 2014


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


More information about the svn-ports-head mailing list