aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-03-22 23:57:08 +0800
committerrobak <robak@FreeBSD.org>2015-03-22 23:57:08 +0800
commit0c880eb3de72f0a51938a6748eb8ca176aa984d5 (patch)
tree68b26f32d738c3e126d963f6dbd4ce1fb53bb504
parent63325a9b648fe425349c278b6e07b55e3ba4efc8 (diff)
downloadfreebsd-ports-gnome-0c880eb3de72f0a51938a6748eb8ca176aa984d5.tar.gz
freebsd-ports-gnome-0c880eb3de72f0a51938a6748eb8ca176aa984d5.tar.zst
freebsd-ports-gnome-0c880eb3de72f0a51938a6748eb8ca176aa984d5.zip
x11/libXext: add CPE information
- Maintainer's timeout (x11@FreeBSD.org) PR: 197734 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
-rw-r--r--x11/libXext/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile
index e5ef344a33f8..190f616f07bd 100644
--- a/x11/libXext/Makefile
+++ b/x11/libXext/Makefile
@@ -15,5 +15,8 @@ XORG_CAT= lib
USE_XORG= xproto x11 xextproto:both xau
CONFIGURE_ARGS+=--disable-specs --without-xmlto
INSTALL_TARGET= install-strip
+USES+= cpe
+CPE_PRODUCT= libxext
+CPE_VENDOR= x
.include <bsd.port.mk>