diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
commit | a95b78c14b1456021bb0b8b57466fb98652c4ff9 (patch) | |
tree | c266cc6c8e30b3d463c16c59f2bac3a4134d317e /comms/jpilot | |
parent | e1e3f1a43890036c6d4a63111cb2eae90bdc9768 (diff) | |
download | pkgsrc-a95b78c14b1456021bb0b8b57466fb98652c4ff9.tar.gz |
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Diffstat (limited to 'comms/jpilot')
-rw-r--r-- | comms/jpilot/Makefile | 3 | ||||
-rw-r--r-- | comms/jpilot/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 771f80af9b1..e9e4969cafd 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.88 2013/05/25 16:28:05 shattered Exp $ +# $NetBSD: Makefile,v 1.89 2013/06/03 10:04:40 wiz Exp $ # DISTNAME= jpilot-1.8.0 #KGREVISION= 19 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.jpilot.org/ diff --git a/comms/jpilot/buildlink3.mk b/comms/jpilot/buildlink3.mk index d101861bbaf..fb9bf9a9ec9 100644 --- a/comms/jpilot/buildlink3.mk +++ b/comms/jpilot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.28 2013/02/16 11:18:40 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.29 2013/06/03 10:04:40 wiz Exp $ BUILDLINK_TREE+= jpilot @@ -6,7 +6,7 @@ BUILDLINK_TREE+= jpilot JPILOT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.jpilot+= jpilot>=1.6.0 -BUILDLINK_ABI_DEPENDS.jpilot+= jpilot>=1.6.0nb19 +BUILDLINK_ABI_DEPENDS.jpilot+= jpilot>=1.8.0nb1 BUILDLINK_PKGSRCDIR.jpilot?= ../../comms/jpilot .include "../../comms/pilot-link-libs/buildlink3.mk" |