diff options
author | nia <nia@pkgsrc.org> | 2020-07-01 14:16:48 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-01 14:16:48 +0000 |
commit | 82b7caf2c1efc77d2d80ee9e54fa955256f2465f (patch) | |
tree | 1231650a1a12fdb5e6385465ad43526b063ffcf4 /graphics/ftgl | |
parent | 94deb0e7a163695a2dd0a587ed0423d225950ee9 (diff) | |
download | pkgsrc-82b7caf2c1efc77d2d80ee9e54fa955256f2465f.tar.gz |
ftgl: Avoid PLIST problems when doxygen is installed
Diffstat (limited to 'graphics/ftgl')
-rw-r--r-- | graphics/ftgl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/ftgl/Makefile b/graphics/ftgl/Makefile index 1da78b068b8..3b881e93fcd 100644 --- a/graphics/ftgl/Makefile +++ b/graphics/ftgl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/01/18 23:32:11 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2020/07/01 14:16:48 nia Exp $ DISTNAME= ftgl-2.1.3-rc5 PKGNAME= ${DISTNAME:S/-r/r/1} @@ -16,6 +16,9 @@ USE_TOOLS+= gmake gsed pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes +CONFIGURE_ENV+= ac_cv_path_DOXYGEN=no + +CONFIGURE_ARGS+= --disable-freetypetest CONFIGURE_ARGS+= --without-glut-inc CONFIGURE_ARGS+= --without-x |