From 0168f07d84c75869f83514e0ec3b0292b66a99ea Mon Sep 17 00:00:00 2001 From: flz Date: Thu, 13 Mar 2008 10:33:56 +0000 Subject: - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both) - Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries. --- x11-fonts/libFS/Makefile | 1 + x11-fonts/libXfont/Makefile | 4 ++-- x11-fonts/xfs/Makefile | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'x11-fonts') diff --git a/x11-fonts/libFS/Makefile b/x11-fonts/libFS/Makefile index ba00c96739e..5112b10d68f 100644 --- a/x11-fonts/libFS/Makefile +++ b/x11-fonts/libFS/Makefile @@ -7,6 +7,7 @@ PORTNAME= libFS PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile index 685b241a56f..a3b0d68e6b2 100644 --- a/x11-fonts/libXfont/Makefile +++ b/x11-fonts/libXfont/Makefile @@ -7,7 +7,7 @@ PORTNAME= libXfont PORTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11-fonts @@ -17,6 +17,6 @@ COMMENT= X font libary LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 XORG_CAT= lib -USE_XORG= fontcacheproto xproto xtrans fontsproto:both fontenc +USE_XORG= fontcacheproto xproto:both xtrans fontsproto:both fontenc .include diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index 208113e6902..69954987ba1 100644 --- a/x11-fonts/xfs/Makefile +++ b/x11-fonts/xfs/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfs PORTVERSION= 1.0.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-fonts -- cgit