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/libXt | |
parent | e478e42ee3b51e2c00de3d4fef0bf8b0e8288424 (diff) | |
download | ports-5d486865e5dc26aaac9ae2043d74bd1ff20ccdf2.tar.gz ports-5d486865e5dc26aaac9ae2043d74bd1ff20ccdf2.zip |
Notes
Diffstat (limited to 'x11-toolkits/libXt')
-rw-r--r-- | x11-toolkits/libXt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |