diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-08 08:48:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-08 08:48:20 +0000 |
commit | 51eedeebef322d7a73ee9573d4b6df21bbdc1c24 (patch) | |
tree | 747f6e01c8d25172b68f9fd485fc2cd476f7ad47 /meta-pkgs | |
parent | 483af23822463f30a89ee8cd7bd60924e17995fd (diff) | |
download | pkgsrc-51eedeebef322d7a73ee9573d4b6df21bbdc1c24.tar.gz |
modular-xorg-libs: remove libXfont (v1) it is on the way out
Bump version.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-libs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-pkgs/modular-xorg-libs/Makefile b/meta-pkgs/modular-xorg-libs/Makefile index 37deec73b82..e423086fb31 100644 --- a/meta-pkgs/modular-xorg-libs/Makefile +++ b/meta-pkgs/modular-xorg-libs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/12/11 15:59:56 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/11/08 08:48:20 wiz Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-libs-1.4 +PKGNAME= modular-xorg-libs-1.5 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} DISTFILES= # empty @@ -35,7 +35,6 @@ META_PACKAGE= yes .include "../../x11/libXevie/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXfixes/buildlink3.mk" -.include "../../x11/libXfont/buildlink3.mk" .include "../../x11/libXfont2/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" .include "../../x11/libXi/buildlink3.mk" |