summaryrefslogtreecommitdiff
path: root/graphics/glew/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/glew/Makefile')
-rw-r--r--graphics/glew/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile
index cb5c3aead34..0bf410931ea 100644
--- a/graphics/glew/Makefile
+++ b/graphics/glew/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/15 15:21:27 abs Exp $
+# $NetBSD: Makefile,v 1.2 2007/02/15 14:58:20 joerg Exp $
#
PKGNAME= glew-1.3.4
@@ -18,7 +18,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://glew.sourceforge.net/
COMMENT= OpenGL Extension Wrangler Library
+post-extract:
+ ${LN} -s Makefile.netbsdelf ${WRKSRC}/config/Makefile.dragonfly
+
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libXi/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"