diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-03 10:05:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-03 10:05:17 +0000 |
commit | 61dc4ab4d28d87b2b5c292e4e073eb602e72bd7a (patch) | |
tree | 8090cbbb08137e798b2ff84bd04d9af2cf123753 /textproc/xfce4-dict-plugin | |
parent | daa83e329a3a35f7583e5c6a3a17b6c14fc64472 (diff) | |
download | pkgsrc-61dc4ab4d28d87b2b5c292e4e073eb602e72bd7a.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 'textproc/xfce4-dict-plugin')
-rw-r--r-- | textproc/xfce4-dict-plugin/Makefile | 4 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile index 0a5c9210893..3e2c02e9dfc 100644 --- a/textproc/xfce4-dict-plugin/Makefile +++ b/textproc/xfce4-dict-plugin/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.18 2013/02/16 11:18:45 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2013/06/03 10:06:03 wiz Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" XFCE4_VERSION= 0.2.1 DISTNAME= xfce4-dict-plugin-${XFCE4_VERSION} -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= textproc MASTER_SITES= http://goodies.xfce.org/releases/xfce4-dict-plugin/ COMMENT= Xfce dictionary server plugin diff --git a/textproc/xfce4-dict-plugin/buildlink3.mk b/textproc/xfce4-dict-plugin/buildlink3.mk index 945b45a6592..15736e2c81b 100644 --- a/textproc/xfce4-dict-plugin/buildlink3.mk +++ b/textproc/xfce4-dict-plugin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2013/02/16 11:18:46 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2013/06/03 10:06:03 wiz Exp $ BUILDLINK_TREE+= xfce4-dict-plugin @@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfce4-dict-plugin XFCE4_DICT_PLUGIN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.xfce4-dict-plugin+= xfce4-dict-plugin>=0.2.1 -BUILDLINK_ABI_DEPENDS.xfce4-dict-plugin+= xfce4-dict-plugin>=0.2.1nb15 +BUILDLINK_ABI_DEPENDS.xfce4-dict-plugin+= xfce4-dict-plugin>=0.2.1nb16 BUILDLINK_PKGSRCDIR.xfce4-dict-plugin?= ../../textproc/xfce4-dict-plugin .include "../../x11/xfce4-panel/buildlink3.mk" |