diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-19 21:37:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-19 21:37:56 +0000 |
commit | a1b8e6521d598724ef30bbd8f612078134719ee4 (patch) | |
tree | df0e7748323ffb82bb4172800bc812f66be6292b /editors | |
parent | ee435ef5bd7a5f8f634ccfbac0b839902a06cc46 (diff) | |
download | ports-a1b8e6521d598724ef30bbd8f612078134719ee4.tar.gz ports-a1b8e6521d598724ef30bbd8f612078134719ee4.zip |
Notes
Diffstat (limited to 'editors')
-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 |