summaryrefslogtreecommitdiff
path: root/graphics/qore-glut-module
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2020-01-18 23:11:39 +0000
committernros <nros@pkgsrc.org>2020-01-18 23:11:39 +0000
commit9858e5634214018fc0a53ad8ee380f01f9915ed6 (patch)
tree3ce13a7862b38c047f7b518838e841ae8de574e3 /graphics/qore-glut-module
parent2b88bf494e175b61ca4095ae65b9b918b47e894c (diff)
downloadpkgsrc-9858e5634214018fc0a53ad8ee380f01f9915ed6.tar.gz
Make qore-glut-module find freeglut
Diffstat (limited to 'graphics/qore-glut-module')
-rw-r--r--graphics/qore-glut-module/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qore-glut-module/Makefile b/graphics/qore-glut-module/Makefile
index 53c28db1d18..4f323d0dbe6 100644
--- a/graphics/qore-glut-module/Makefile
+++ b/graphics/qore-glut-module/Makefile
@@ -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_LIBTOOL= yes
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"