pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/qore-glut-module Make qore-glut-module find f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/780f0cea516f
branches:  trunk
changeset: 421854:780f0cea516f
user:      nros <nros%pkgsrc.org@localhost>
date:      Sat Jan 18 23:11:39 2020 +0000

description:
Make qore-glut-module find freeglut

diffstat:

 graphics/qore-glut-module/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 436cfb5567fd -r 780f0cea516f graphics/qore-glut-module/Makefile
--- a/graphics/qore-glut-module/Makefile        Sat Jan 18 22:57:31 2020 +0000
+++ b/graphics/qore-glut-module/Makefile        Sat Jan 18 23:11:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/18 21:48:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/18 23:11:39 nros Exp $
 
 DISTNAME=      qore-glut-module-0.0.3
 PKGREVISION=   11
@@ -15,7 +15,7 @@
 USE_LANGUAGES= c c++11
 PTHREAD_OPTS+= native
 
-CONFIGURE_ARGS+=       --with-glut=${BUILDLINK_PREFIX.glut}
+CONFIGURE_ARGS+=       --with-glut=${BUILDLINK_PREFIX.freeglut}
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index