diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-23 22:49:28 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-23 22:49:28 +0000 |
commit | 9b5c52fde918379ba287bf5e9455e2ac5a101aee (patch) | |
tree | 0cce68af714dd3632e67758ce3117357e331f752 /x11 | |
parent | d66ffadd99c2112b96b2c06f70286a10e10f5c85 (diff) | |
download | ports-9b5c52fde918379ba287bf5e9455e2ac5a101aee.tar.gz ports-9b5c52fde918379ba287bf5e9455e2ac5a101aee.zip |
Notes
Diffstat (limited to 'x11')
-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 \ |