diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-24 21:41:41 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-24 21:41:41 +0000 |
commit | 921d25f2cadc1e2b83642464251cd6001f634dfb (patch) | |
tree | 5764cfc66d3d1005f075a395d86e05d120a4a2e8 | |
parent | 4690023737b1cffa970a5274f60a35d2d56101c6 (diff) | |
download | ports-921d25f2cadc1e2b83642464251cd6001f634dfb.tar.gz ports-921d25f2cadc1e2b83642464251cd6001f634dfb.zip |
Notes
-rw-r--r-- | x11/libXtst/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 154ca97dd7f8..6a5317b07b18 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -14,6 +14,9 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= x11 xext recordproto:both xextproto inputproto:both \ xi +USES+= cpe +CPE_PRODUCT= libxtst +CPE_VENDOR= x CONFIGURE_ARGS+=--disable-specs --without-xmlto |