diff options
author | anholt <anholt@FreeBSD.org> | 2003-12-22 08:25:51 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-12-22 08:25:51 +0800 |
commit | 7e6dfdb82a8e8df9a03dbf74fb8c7b2dc295fc55 (patch) | |
tree | 10a04229a2686085ddebab9df6952ee799da6427 /x11/Makefile | |
parent | ef8efe372be00e00f8f606569dcf89102b082782 (diff) | |
download | freebsd-ports-gnome-7e6dfdb82a8e8df9a03dbf74fb8c7b2dc295fc55.tar.gz freebsd-ports-gnome-7e6dfdb82a8e8df9a03dbf74fb8c7b2dc295fc55.tar.zst freebsd-ports-gnome-7e6dfdb82a8e8df9a03dbf74fb8c7b2dc295fc55.zip |
New port: Prerelease version of libXdmcp from freedesktop.org:
X Display Manager Control Protocol library
Note that due to restrictions on distribution of Wraphelp.c, which FreeBSD has
obtained permission for but freedesktop.org hasn't yet, the distfile will
be hand-rolled and located on freefall for a while.
Testing is encouraged, but please do not use these ports as dependencies until
they are updated to release tarballs and the XFree86 ports have been updated to
depend on them.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index c8308e528744..b7473ba7333d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -76,6 +76,7 @@ SUBDIR += libSM SUBDIR += libX11 SUBDIR += libXau + SUBDIR += libXdmcp SUBDIR += libXfont SUBDIR += libXres SUBDIR += libXtrans |