diff options
author | wiz <wiz> | 2013-06-03 10:05:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-03 10:05:17 +0000 |
commit | 6d986f66c2a6a172b907b3aa7a678461735abe47 (patch) | |
tree | 8090cbbb08137e798b2ff84bd04d9af2cf123753 /sysutils/xfce4-genmon-plugin | |
parent | 70d74bf7651c35cb95d388ca75d9b6a02f171ad2 (diff) | |
download | pkgsrc-6d986f66c2a6a172b907b3aa7a678461735abe47.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 'sysutils/xfce4-genmon-plugin')
-rw-r--r-- | sysutils/xfce4-genmon-plugin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xfce4-genmon-plugin/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index a7e62e96cf9..fe2c42b711f 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.18 2013/02/16 11:19:05 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2013/06/03 10:06:02 wiz Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" XFCE4_VERSION= 3.1 DISTNAME= xfce4-genmon-plugin-${XFCE4_VERSION} -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= sysutils MASTER_SITES= http://goodies.xfce.org/releases/xfce4-genmon-plugin/ COMMENT= Xfce general purpose monitor plugin diff --git a/sysutils/xfce4-genmon-plugin/buildlink3.mk b/sysutils/xfce4-genmon-plugin/buildlink3.mk index 5a3615a4e21..000d7837de5 100644 --- a/sysutils/xfce4-genmon-plugin/buildlink3.mk +++ b/sysutils/xfce4-genmon-plugin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2013/02/16 11:19:05 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2013/06/03 10:06:02 wiz Exp $ BUILDLINK_TREE+= xfce4-genmon-plugin @@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfce4-genmon-plugin XFCE4_GENMON_PLUGIN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.xfce4-genmon-plugin+= xfce4-genmon-plugin>=3.1 -BUILDLINK_ABI_DEPENDS.xfce4-genmon-plugin+= xfce4-genmon-plugin>=3.1nb15 +BUILDLINK_ABI_DEPENDS.xfce4-genmon-plugin+= xfce4-genmon-plugin>=3.1nb16 BUILDLINK_PKGSRCDIR.xfce4-genmon-plugin?= ../../sysutils/xfce4-genmon-plugin .include "../../x11/xfce4-panel/buildlink3.mk" |