diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-20 05:37:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-20 05:37:56 +0800 |
commit | b1c43d7daae7e273dd8db02c671fc85279226297 (patch) | |
tree | df0e7748323ffb82bb4172800bc812f66be6292b | |
parent | 418693cb436a5891b8dee525f8420da4eb309245 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |