aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-20 05:37:56 +0800
committerantoine <antoine@FreeBSD.org>2014-09-20 05:37:56 +0800
commitb1c43d7daae7e273dd8db02c671fc85279226297 (patch)
treedf0e7748323ffb82bb4172800bc812f66be6292b
parent418693cb436a5891b8dee525f8420da4eb309245 (diff)
downloadfreebsd-ports-gnome-b1c43d7daae7e273dd8db02c671fc85279226297.tar.gz
freebsd-ports-gnome-b1c43d7daae7e273dd8db02c671fc85279226297.tar.zst
freebsd-ports-gnome-b1c43d7daae7e273dd8db02c671fc85279226297.zip
Allow staging as a regular user
-rw-r--r--editors/winefish/Makefile5
1 files changed, 3 insertions, 2 deletions
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
amp;id=cd831c76cd34d52f8d2faa4d5d78f2c13f5697bc'>Update to 1.4.1matthew2015-05-062-4/+3 * Update distinfo for the tutorial documentmatthew2015-02-232-3/+4 * Update to 1.4.0matthew2015-01-262-4/+3 * Ooops. Replace the %%PREFIX%% special tokens accidentally lost duringmatthew2014-12-041-2/+2 * - Install man pages to a location where man(1) can find themmatthew2014-12-045-3/+103