diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-28 16:24:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-28 16:24:10 +0000 |
commit | 550242385813e78eec495f45fb858c291f741218 (patch) | |
tree | d166f7ec3cb19fbbe719655a63f9a241b1545187 /graphics/qore-glut-module | |
parent | 1c35c4003beff77194757e1120d16036918e3ba4 (diff) | |
download | pkgsrc-550242385813e78eec495f45fb858c291f741218.tar.gz |
recursive bump after mpfr shlib major bump
Diffstat (limited to 'graphics/qore-glut-module')
-rw-r--r-- | graphics/qore-glut-module/Makefile | 4 | ||||
-rw-r--r-- | graphics/qore-glut-module/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/qore-glut-module/Makefile b/graphics/qore-glut-module/Makefile index 5dae5fe32bd..e0b342acca5 100644 --- a/graphics/qore-glut-module/Makefile +++ b/graphics/qore-glut-module/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2017/10/12 18:21:24 nros Exp $ +# $NetBSD: Makefile,v 1.7 2018/01/28 16:24:10 wiz Exp $ DISTNAME= qore-glut-module-0.0.3 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/} diff --git a/graphics/qore-glut-module/buildlink3.mk b/graphics/qore-glut-module/buildlink3.mk index 47f66aa6d29..31fb8d92b94 100644 --- a/graphics/qore-glut-module/buildlink3.mk +++ b/graphics/qore-glut-module/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2018/01/07 13:04:16 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2018/01/28 16:24:10 wiz Exp $ # BUILDLINK_TREE+= qore-glut-module @@ -7,7 +7,7 @@ BUILDLINK_TREE+= qore-glut-module QORE_GLUT_MODULE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qore-glut-module+= qore-glut-module>=0.0.3 -BUILDLINK_ABI_DEPENDS.qore-glut-module?= qore-glut-module>=0.0.3nb7 +BUILDLINK_ABI_DEPENDS.qore-glut-module?= qore-glut-module>=0.0.3nb8 BUILDLINK_PKGSRCDIR.qore-glut-module?= ../../graphics/qore-glut-module .include "../../graphics/qore-opengl-module/buildlink3.mk" |