diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 17:46:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 17:46:44 +0000 |
commit | 56b98ee798eb18c89866b685ba3cf60b22264fb3 (patch) | |
tree | b39013ee2e7bb26afd3eb57d89deba9b92f51666 /textproc/htmldoc | |
parent | Use a less kludgy way for handling libperl.so's versionning and linking. (diff) |
Explicitely disable gnutls as it fails to build if detected
Reported and tested by: Scott Allendorf
Diffstat (limited to 'textproc/htmldoc')
-rw-r--r-- | textproc/htmldoc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index f6383530b6c4..f7bf3667a158 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -27,6 +27,8 @@ USE_OPENSSL= yes GNU_CONFIGURE= yes # Configure seems broken and ignores these ATM: CONFIGURE_ARGS+=--disable-localjpeg --disable-localzlib --disable-localpng +# Explicitely disable gnutls as it fails to build if detected +CONFIGURE_ARGS+=--disable-gnutls WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} EXCLUDE= png jpeg zlib htmldoc/md5* htmldoc/rc4* htmldoc/snprintf* EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} |