diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index af51508bc2ba..d2d2d8166908 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \ --with-image-url-prefix=/icons/htdig \ --with-ssl USES= alias libtool ssl +USE_CXXSTD= c++98 USE_LDCONFIG= yes INSTALL_TARGET= install-strip LDFLAGS+= -L${OPENSSLLIB} diff --git a/textproc/htdig/pkg-descr b/textproc/htdig/pkg-descr index 4a770b960bda..6eca9dc891e4 100644 --- a/textproc/htdig/pkg-descr +++ b/textproc/htdig/pkg-descr @@ -8,4 +8,4 @@ single company, campus, or even a sub section of a web site. ht://Dig can span many web servers as long as they all understand the HTTP 1.0 protocol. -WWW: http://www.htdig.org/ +WWW: https://sourceforge.net/projects/htdig/