diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-10 13:40:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-10 13:40:20 +0000 |
commit | 1f8bd7557b1f006895c4d17263f7687a5950cd0f (patch) | |
tree | b67a17506d851dab967d95a216ae1f24d78758da /net/gq/Makefile | |
parent | d3a9ea1e08e84e04ad029eeef43f4d9c5bf7cba3 (diff) |
- Allow staging as a regular user
- Remove some @exec/@unexec redundant with USES=shared-mime-info
Notes
Notes:
svn path=/head/; revision=367838
Diffstat (limited to 'net/gq/Makefile')
-rw-r--r-- | net/gq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index 948bb0af1596..832c5208b0a6 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -23,7 +23,7 @@ USE_OPENSSL= yes USE_OPENLDAP= yes USES= gettext gmake pkgconfig shared-mime-info desktop-file-utils GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} +CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} --disable-update-mimedb DND_CONFIGURE_ENABLE= browser-dns CACHE_CONFIGURE_ENABLE= cache INSTALLS_ICONS= yes |