aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/libXfont
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-03-13 10:33:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-03-13 10:33:56 +0000
commit5d486865e5dc26aaac9ae2043d74bd1ff20ccdf2 (patch)
treec38b2f91cacfe1f1c5a10f14f8e23468718c14c7 /x11-fonts/libXfont
parente478e42ee3b51e2c00de3d4fef0bf8b0e8288424 (diff)
downloadports-5d486865e5dc26aaac9ae2043d74bd1ff20ccdf2.tar.gz
ports-5d486865e5dc26aaac9ae2043d74bd1ff20ccdf2.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.
Notes
Notes: svn path=/head/; revision=208925
Diffstat (limited to 'x11-fonts/libXfont')
-rw-r--r--x11-fonts/libXfont/Makefile4
1 files changed, 2 insertions, 2 deletions
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>