diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXau/Makefile | 3 | ||||
-rw-r--r-- | x11/libXau/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 70de089b59c5..ad43b03683d8 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -9,6 +9,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Authentication Protocol library for X11 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= lib USE_XORG= xproto:both diff --git a/x11/libXau/pkg-descr b/x11/libXau/pkg-descr index 39775c09a06a..14983e092826 100644 --- a/x11/libXau/pkg-descr +++ b/x11/libXau/pkg-descr @@ -1,3 +1,3 @@ This package contains a library for the Authorization Protocol for X11. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |