diff options
author | robak <robak@FreeBSD.org> | 2015-03-22 23:57:08 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-22 23:57:08 +0800 |
commit | 0c880eb3de72f0a51938a6748eb8ca176aa984d5 (patch) | |
tree | 68b26f32d738c3e126d963f6dbd4ce1fb53bb504 | |
parent | 63325a9b648fe425349c278b6e07b55e3ba4efc8 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |