diff options
author | marcus <marcus@FreeBSD.org> | 2009-02-28 09:07:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-02-28 09:07:08 +0800 |
commit | 7e35acc698c284cab9796804e45a4312a17c30ba (patch) | |
tree | 46ae378b419729bf5ac285f2845a6268f1a81b72 /www/mod_dnssd | |
parent | 53427501884021377da6b4d6ed9ab9d632c154ce (diff) | |
download | freebsd-ports-gnome-7e35acc698c284cab9796804e45a4312a17c30ba.tar.gz freebsd-ports-gnome-7e35acc698c284cab9796804e45a4312a17c30ba.tar.zst freebsd-ports-gnome-7e35acc698c284cab9796804e45a4312a17c30ba.zip |
Explicitly disable lynx.
Reported by: QAT
Diffstat (limited to 'www/mod_dnssd')
-rw-r--r-- | www/mod_dnssd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_dnssd/Makefile b/www/mod_dnssd/Makefile index 6e081d97a27f..4c4a6e5d95d9 100644 --- a/www/mod_dnssd/Makefile +++ b/www/mod_dnssd/Makefile @@ -22,6 +22,7 @@ USE_APACHE= 2.2+ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-lynx post-install: .if !defined(NOPORTDOCS) |