diff options
author | gdt <gdt@pkgsrc.org> | 2011-06-01 11:36:19 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-06-01 11:36:19 +0000 |
commit | 6032947136c44aaa0e90c91ac406f04c03d55c7d (patch) | |
tree | 6d7d5db660bac9eb7008dbb6bea3bb566268cab2 | |
parent | e977416b899414f497cf6a33278c697fdc25bd14 (diff) | |
download | pkgsrc-6032947136c44aaa0e90c91ac406f04c03d55c7d.tar.gz |
bl3 on graphics/glu, because compilation fails due to missing glu
headers.
-rw-r--r-- | x11/gtkglarea2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gtkglarea2/Makefile b/x11/gtkglarea2/Makefile index b753957d2e0..f7e0cf61d73 100644 --- a/x11/gtkglarea2/Makefile +++ b/x11/gtkglarea2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2011/04/22 13:42:45 obache Exp $ +# $NetBSD: Makefile,v 1.19 2011/06/01 11:36:19 gdt Exp $ DISTNAME= gtkglarea-2.0.1 PKGNAME= ${DISTNAME:S/gtkglarea/gtkglarea2/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkglarea/2.0/} @@ -18,6 +18,7 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= gtkgl-2.0.pc.in +.include "../../graphics/glu/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |