diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-27 17:04:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-27 17:04:17 +0800 |
commit | 314f4e33feef40096d44f013443aa63feb4d6804 (patch) | |
tree | ef18ecee738b14b24b7d33071ea2957c1cd6a8e3 | |
parent | 7f90a1f27c68f5e240ae225481871ff504e4f00a (diff) | |
download | freebsd-ports-graphics-314f4e33feef40096d44f013443aa63feb4d6804.tar.gz freebsd-ports-graphics-314f4e33feef40096d44f013443aa63feb4d6804.tar.zst freebsd-ports-graphics-314f4e33feef40096d44f013443aa63feb4d6804.zip |
- Add LICENSE
- Add missing libICE dependency
- Cosmetic fix
- Update WWW
Approved by: portmgr blanket
-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 dc42542302e..0f6a36fc0f5 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 0369c4fec06..b3acdb099a3 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/ |