diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-03-13 10:33:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-03-13 10:33:56 +0000 |
commit | 5d486865e5dc26aaac9ae2043d74bd1ff20ccdf2 (patch) | |
tree | c38b2f91cacfe1f1c5a10f14f8e23468718c14c7 /x11-fonts | |
parent | e478e42ee3b51e2c00de3d4fef0bf8b0e8288424 (diff) |
- 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.
Notes
Notes:
svn path=/head/; revision=208925
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/libFS/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/libXfont/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/xfs/Makefile | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/x11-fonts/libFS/Makefile b/x11-fonts/libFS/Makefile index ba00c96739ee..5112b10d68f2 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 685b241a56f1..a3b0d68e6b29 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 <bsd.port.mk> diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index 208113e69023..69954987ba16 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 |