diff options
author | flz <flz@FreeBSD.org> | 2008-03-13 18:33:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-03-13 18:33:56 +0800 |
commit | 0168f07d84c75869f83514e0ec3b0292b66a99ea (patch) | |
tree | 4bd27adb95880e52c0aea75078e283f0ae218c9a /x11-fonts | |
parent | b2adedb7b99ad39c6e1b3329104bfb688a6f28b1 (diff) | |
download | freebsd-ports-gnome-0168f07d84c75869f83514e0ec3b0292b66a99ea.tar.gz freebsd-ports-gnome-0168f07d84c75869f83514e0ec3b0292b66a99ea.tar.zst freebsd-ports-gnome-0168f07d84c75869f83514e0ec3b0292b66a99ea.zip |
- 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.
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 |