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/libXdmcp | |
parent | e478e42ee3b51e2c00de3d4fef0bf8b0e8288424 (diff) |
Notes
Diffstat (limited to 'x11/libXdmcp')
-rw-r--r-- | x11/libXdmcp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index 2c63d7709e76..d69f768f7755 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -7,12 +7,13 @@ PORTNAME= libXdmcp PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Display Manager Control Protocol library XORG_CAT= lib -USE_XORG= xproto +USE_XORG= xproto:both .include <bsd.port.mk> |