pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtkglarea2 bl3 on graphics/glu, because compilatio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca0782dd479b
branches:  trunk
changeset: 589344:ca0782dd479b
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Jun 01 11:36:19 2011 +0000

description:
bl3 on graphics/glu, because compilation fails due to missing glu
headers.

diffstat:

 x11/gtkglarea2/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 02a3c355e5e5 -r ca0782dd479b x11/gtkglarea2/Makefile
--- a/x11/gtkglarea2/Makefile   Wed Jun 01 11:27:29 2011 +0000
+++ b/x11/gtkglarea2/Makefile   Wed Jun 01 11:36:19 2011 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index