diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 02:20:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 02:20:05 +0000 |
commit | ecf775242eaf80236e5517683bcd83b19722f717 (patch) | |
tree | ce3a910d5817425c33ee52e1f0f8b6d68b2ccafd /net/gq/Makefile | |
parent | b2da5e739de1085bd9b1d73ea896a7a07eb42476 (diff) | |
download | ports-ecf775242eaf80236e5517683bcd83b19722f717.tar.gz ports-ecf775242eaf80236e5517683bcd83b19722f717.zip |
Notes
Diffstat (limited to 'net/gq/Makefile')
-rw-r--r-- | net/gq/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index 8c76a93290bd..e83e7bdaa630 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -15,12 +15,15 @@ LICENSE= GPLv2+ LGPL21+ # some source files are under lgpl LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: dt_entry_handler +BROKEN_FreeBSD_14= ld: error: duplicate symbol: dt_entry_handler + LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring -USE_GNOME= intltool libglade2 -USE_OPENLDAP= yes USES= desktop-file-utils gettext gmake gnome pkgconfig \ shared-mime-info ssl +USE_GNOME= intltool libglade2 +USE_OPENLDAP= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} --disable-update-mimedb INSTALLS_ICONS= yes |