diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libXt/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/libXt/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index dc42542302ec..0f6a36fc0f54 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -9,10 +9,13 @@ CATEGORIES= x11-toolkits MAINTAINER= x11@FreeBSD.org COMMENT= X Toolkit library +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= lib -USE_XORG= x11 sm xproto:both kbproto +USE_XORG= x11 sm ice xproto:both kbproto CONFIGURE_ARGS= --disable-specs -USES+= cpe +USES= cpe CPE_PRODUCT= libxt CPE_VENDOR= x diff --git a/x11-toolkits/libXt/pkg-descr b/x11-toolkits/libXt/pkg-descr index 0369c4fec061..b3acdb099a3c 100644 --- a/x11-toolkits/libXt/pkg-descr +++ b/x11-toolkits/libXt/pkg-descr @@ -1,3 +1,3 @@ This package contains the X Toolkit library. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |