From b1c43d7daae7e273dd8db02c671fc85279226297 Mon Sep 17 00:00:00 2001 From: antoine Date: Fri, 19 Sep 2014 21:37:56 +0000 Subject: Allow staging as a regular user --- editors/winefish/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editors/winefish') diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index ef4774cb19db..befefcb721f5 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -21,10 +21,11 @@ RUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \ 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 -- cgit