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-toolkits | |
parent | Update to OOH680_m11. This is the 2.4.0RC5. (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-toolkits')
-rw-r--r-- | x11-toolkits/libXaw/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/libXt/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile index 2c36ad31e5bb..fa438018306a 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -7,6 +7,7 @@ PORTNAME= libXaw PORTVERSION= 1.0.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits @@ -14,7 +15,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X Athena Widgets library XORG_CAT= lib -USE_XORG= printproto x11 xau xext xextproto xmu xp xpm xproto xt +USE_XORG= printproto:both x11 xau xext xextproto xmu xp xpm xproto:both xt MAN3= Xaw.3 diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index 56d2467cd321..d45808b3863a 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -7,13 +7,14 @@ PORTNAME= libXt PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11-toolkits MAINTAINER= x11@FreeBSD.org COMMENT= X Toolkit library XORG_CAT= lib -USE_XORG= x11 sm xproto kbproto +USE_XORG= x11 sm xproto:both kbproto MAN1= makestrs.1 MAN3= XtNew.3 \ |