diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-10-17 18:03:48 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-10-17 18:03:48 +0000 |
commit | fa5b4294fb102a5fdeed9f4e357fd02641f5320d (patch) | |
tree | ef354aba80d3571f126fcb5a8a3c450620a6ac50 | |
parent | f24d7a373f6c5aeaf5337486fced21511f5e7da9 (diff) | |
download | pkgsrc-fa5b4294fb102a5fdeed9f4e357fd02641f5320d.tar.gz |
glut: Requires zlib.
-rw-r--r-- | graphics/glut/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index 98d3e23d26e..db5d444338e 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2017/08/01 14:59:00 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2018/10/17 18:03:48 jperkin Exp $ DISTNAME= MesaGLUT-7.9.2 # we have the autoconf patches from git, so call it 8.0.1. @@ -26,6 +26,7 @@ CONFIGURE_ENV+= "EXTRA_LIB_PATH=${LDFLAGS} ${COMPILER_RPATH_FLAG}${X11BASE}/lib pre-configure: cd ${WRKSRC} && autoreconf -vif +.include "../../devel/zlib/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" |