diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-10-17 10:04:31 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-10-17 10:04:31 +0000 |
commit | 35f5213c0628d92c1e6106739d583f7bae20d149 (patch) | |
tree | 9c3e766d83639953870bcfec5cba4121087ae9ca /graphics | |
parent | 23e8711daeeb0351243f04a952626e717f0bf55f (diff) | |
download | pkgsrc-35f5213c0628d92c1e6106739d583f7bae20d149.tar.gz |
glu: Requires zlib.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 1b285076fc4..a7975bf9932 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2017/08/01 14:59:00 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2018/10/17 10:04:31 jperkin Exp $ DISTNAME= glu-9.0.0 PKGREVISION= 2 @@ -18,5 +18,6 @@ USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= glu.pc.in +.include "../../devel/zlib/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |