diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-28 01:07:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-28 01:07:08 +0000 |
commit | 8637676a5cc6f4abf7626735aed96227f0435c6e (patch) | |
tree | 3b55ce5f3c68aa7ef9ff584e3518121497b7c9f3 /www/mod_dnssd | |
parent | d2b84243113ec1c14296e79aec79e915eb053057 (diff) | |
download | ports-8637676a5cc6f4abf7626735aed96227f0435c6e.tar.gz ports-8637676a5cc6f4abf7626735aed96227f0435c6e.zip |
Notes
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) |