diff options
author | anholt <anholt@FreeBSD.org> | 2003-12-22 09:41:43 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-12-22 09:41:43 +0800 |
commit | 04a4915d4cf6a748bf36003b3d7ebe12b9ac7a06 (patch) | |
tree | 2722e0007832611159e2b82a021811a3d7eb20eb /x11/Makefile | |
parent | 96041ab67c1012166ddeb34dd90f8535763df857 (diff) | |
download | freebsd-ports-gnome-04a4915d4cf6a748bf36003b3d7ebe12b9ac7a06.tar.gz freebsd-ports-gnome-04a4915d4cf6a748bf36003b3d7ebe12b9ac7a06.tar.zst freebsd-ports-gnome-04a4915d4cf6a748bf36003b3d7ebe12b9ac7a06.zip |
New port: Prerelease version of libXcursor from freedesktop.org:
X client-side cursor loading library
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 a47be4a81841..184f4a054a86 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -77,6 +77,7 @@ SUBDIR += libSM SUBDIR += libX11 SUBDIR += libXau + SUBDIR += libXcursor SUBDIR += libXdmcp SUBDIR += libXext SUBDIR += libXfont |