diff options
author | robak <robak@FreeBSD.org> | 2015-03-24 06:49:28 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-24 06:49:28 +0800 |
commit | 4b8fe6406003b65084c977eac2642d227a34fdaa (patch) | |
tree | 0cce68af714dd3632e67758ce3117357e331f752 /x11/libXi | |
parent | 38ff253d851d509931dfa98203953bf4ba7e1a7e (diff) | |
download | freebsd-ports-gnome-4b8fe6406003b65084c977eac2642d227a34fdaa.tar.gz freebsd-ports-gnome-4b8fe6406003b65084c977eac2642d227a34fdaa.tar.zst freebsd-ports-gnome-4b8fe6406003b65084c977eac2642d227a34fdaa.zip |
x11/libXi: add CPE information
- Maintainer's timeout (x11@FreeBSD.org)
PR: 197741
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'x11/libXi')
-rw-r--r-- | x11/libXi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 7d72f1816948..ea6e66cdcc83 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -14,6 +14,9 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= xproto x11 xext xextproto xfixes inputproto:both INSTALL_TARGET= install-strip +USES+= cpe +CPE_PRODUCT= libxi +CPE_VENDOR= x CONFIGURE_ARGS+=--disable-docs \ --disable-specs \ |