diff options
author | maya <maya@pkgsrc.org> | 2017-07-16 19:07:12 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-07-16 19:07:12 +0000 |
commit | fb405653f01bf691cad62ba584f1e3daf8fa6db3 (patch) | |
tree | ea3392980740c08fb454bf2dbaaea1649015754c | |
parent | 3dd644ed6d1573f0d2b84a877d8976e8e035f2ec (diff) | |
download | pkgsrc-fb405653f01bf691cad62ba584f1e3daf8fa6db3.tar.gz |
Requires GCC 4.4.
from mmoll via github
-rw-r--r-- | www/tidy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index eef12f7c411..7f97313e924 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2017/06/14 07:37:30 adam Exp $ +# $NetBSD: Makefile,v 1.52 2017/07/16 19:07:12 maya Exp $ DISTNAME= tidy-html5-5.4.0 PKGNAME= ${DISTNAME:S/-html5//} @@ -15,6 +15,7 @@ LICENSE= mit BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt USE_LANGUAGES= c c++ +GCC_REQD+= 4.4 USE_CMAKE= yes CMAKE_ARGS+= -DMAN_INSTALL_DIR:PATH=${PKGMANDIR}/man1 |