pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/lib3ds lib3ds: needs MesaLib, freeglut, glu



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c1f8466febc
branches:  trunk
changeset: 338808:5c1f8466febc
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Aug 30 18:30:15 2019 +0000

description:
lib3ds: needs MesaLib, freeglut, glu

diffstat:

 graphics/lib3ds/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 489314ef89d1 -r 5c1f8466febc graphics/lib3ds/Makefile
--- a/graphics/lib3ds/Makefile  Fri Aug 30 18:26:32 2019 +0000
+++ b/graphics/lib3ds/Makefile  Fri Aug 30 18:30:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/04/25 14:23:15 tnn Exp $
+# $NetBSD: Makefile,v 1.19 2019/08/30 18:30:15 nia Exp $
 
 DISTNAME=      lib3ds-1.2.0
 PKGREVISION=   7
@@ -17,5 +17,7 @@
        cd ${WRKSRC} && libtoolize --force
        cd ${WRKSRC} && autoreconf -i --force
 
-.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/freeglut/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index