diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-11-27 06:02:35 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-11-27 06:02:35 +0800 |
commit | 17118ed2fb561395fe5d50e841a4167b7aab55d0 (patch) | |
tree | 507fc082c550e86df2a05fa87945d35e482f17f6 /x11 | |
parent | 46d4de5959f7f52bd6f653f9cf7f33cbe480b65c (diff) | |
download | freebsd-ports-gnome-17118ed2fb561395fe5d50e841a4167b7aab55d0.tar.gz freebsd-ports-gnome-17118ed2fb561395fe5d50e841a4167b7aab55d0.tar.zst freebsd-ports-gnome-17118ed2fb561395fe5d50e841a4167b7aab55d0.zip |
Remove dependency on font ports, Xserver can fall back to "built-ins"
fonts for "fixed" and "cursor". And LOCALBASE/lib/X11/fonts tree isn't
required to exist.
ref. http://cgit.freedesktop.org/xorg/xserver/commit/?id=49b93df (since 1.6.0)
- Bump PORTREVISION
PR: ports/152155
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: ports@eitanadler.com (maintainer)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-minimal/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/xorg-minimal/Makefile b/x11/xorg-minimal/Makefile index ca68a03335e4..fa7c7234b85c 100644 --- a/x11/xorg-minimal/Makefile +++ b/x11/xorg-minimal/Makefile @@ -7,7 +7,7 @@ PORTNAME= xorg PORTVERSION= 7.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 x11-servers MASTER_SITES= # none PKGNAMESUFFIX= -minimal @@ -26,10 +26,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \ ${LOCALBASE}/lib/xorg/modules/input/mouse_drv.so:${PORTSDIR}/x11-drivers/xf86-input-mouse \ ${LOCALBASE}/lib/xorg/modules/input/kbd_drv.so:${PORTSDIR}/x11-drivers/xf86-input-keyboard \ ${LOCALBASE}/bin/xinit:${PORTSDIR}/x11/xinit \ - ${LOCALBASE}/bin/xauth:${PORTSDIR}/x11/xauth \ - ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias \ - ${LOCALBASE}/lib/X11/fonts/misc/cursor.pcf.gz:${PORTSDIR}/x11-fonts/font-cursor-misc \ - ${LOCALBASE}/lib/X11/fonts/misc/10x20.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc + ${LOCALBASE}/bin/xauth:${PORTSDIR}/x11/xauth do-install: |