diff options
Diffstat (limited to 'textproc/hs-texmath')
-rw-r--r-- | textproc/hs-texmath/Makefile | 4 | ||||
-rw-r--r-- | textproc/hs-texmath/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile index 30c240a339a..5a81cbcd19d 100644 --- a/textproc/hs-texmath/Makefile +++ b/textproc/hs-texmath/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/08/02 11:27:06 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/13 14:14:35 szptvlfn Exp $ DISTNAME= texmath-0.8 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= textproc MAINTAINER= szptvlfn@NetBSD.org diff --git a/textproc/hs-texmath/buildlink3.mk b/textproc/hs-texmath/buildlink3.mk index 98a719cbce1..3c490ffa0b7 100644 --- a/textproc/hs-texmath/buildlink3.mk +++ b/textproc/hs-texmath/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2015/08/02 11:27:06 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2015/12/13 14:14:35 szptvlfn Exp $ BUILDLINK_TREE+= hs-texmath @@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-texmath HS_TEXMATH_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-texmath+= hs-texmath>=0.8 -BUILDLINK_ABI_DEPENDS.hs-texmath+= hs-texmath>=0.8nb15 +BUILDLINK_ABI_DEPENDS.hs-texmath+= hs-texmath>=0.8nb16 BUILDLINK_PKGSRCDIR.hs-texmath?= ../../textproc/hs-texmath .include "../../devel/hs-mtl/buildlink3.mk" |