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/libXfixes | |
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/libXfixes')
-rw-r--r-- | x11/libXfixes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile index cd0b4029a3ba..ac3d0cc4ba1b 100644 --- a/x11/libXfixes/Makefile +++ b/x11/libXfixes/Makefile @@ -7,13 +7,14 @@ PORTNAME= libXfixes PORTVERSION= 4.0.3 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Fixes extension library XORG_CAT= lib -USE_XORG= x11 fixesproto:both xproto xextproto +USE_XORG= x11 fixesproto:both xproto:both xextproto MAN3= Xfixes.3 |