diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-05-27 09:04:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-05-27 09:04:17 +0000 |
commit | bdb700d23a6fb99c375b6818cc51ca15ec7e0416 (patch) | |
tree | ef18ecee738b14b24b7d33071ea2957c1cd6a8e3 /x11-toolkits/libXt/Makefile | |
parent | a79a7614cab3f504dd65ddc8dd2507092ae4ed6e (diff) | |
download | ports-bdb700d23a6fb99c375b6818cc51ca15ec7e0416.tar.gz ports-bdb700d23a6fb99c375b6818cc51ca15ec7e0416.zip |
Notes
Diffstat (limited to 'x11-toolkits/libXt/Makefile')
-rw-r--r-- | x11-toolkits/libXt/Makefile | 7 |
1 files changed, 5 insertions, 2 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 |