diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 14:58:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 14:58:19 +0000 |
commit | 61c76992a7a088700de93cd92acee9173cffddf8 (patch) | |
tree | 420dde1256bf14951c892c68e4764ab127cd0134 /graphics/gst-plugins0.8-opengl | |
parent | 8e29f2fef07eb6a557e98d43ae142decbc99e860 (diff) | |
download | pkgsrc-61c76992a7a088700de93cd92acee9173cffddf8.tar.gz |
Modular Xorg support.
Diffstat (limited to 'graphics/gst-plugins0.8-opengl')
-rw-r--r-- | graphics/gst-plugins0.8-opengl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gst-plugins0.8-opengl/Makefile b/graphics/gst-plugins0.8-opengl/Makefile index 67066b5fb4c..4721d34ab15 100644 --- a/graphics/gst-plugins0.8-opengl/Makefile +++ b/graphics/gst-plugins0.8-opengl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/17 14:52:11 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2007/02/15 14:58:21 joerg Exp $ # GST_PLUGINS0.8_NAME= opengl @@ -10,4 +10,5 @@ PKGREVISION= 5 BUILDLINK_API_DEPENDS.gst-plugins0.8+= gst-plugins0.8>=0.8.7nb1 .include "../../graphics/MesaLib/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |