diff options
author | robak <robak@FreeBSD.org> | 2015-03-22 19:02:34 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-22 19:02:34 +0800 |
commit | d6b6d0b0f7aa8fef9b658259cb76c0b532707bfe (patch) | |
tree | cf9b3f11043ea00795500246f6e9afc490eb28d9 /x11 | |
parent | 47072d70df351cc73b6ac11567a5d20344d2b755 (diff) | |
download | freebsd-ports-gnome-d6b6d0b0f7aa8fef9b658259cb76c0b532707bfe.tar.gz freebsd-ports-gnome-d6b6d0b0f7aa8fef9b658259cb76c0b532707bfe.tar.zst freebsd-ports-gnome-d6b6d0b0f7aa8fef9b658259cb76c0b532707bfe.zip |
x11/libxcb: add CPE information
- Maintainer's timeout (x11@FreeBSD.org)
PR: 197724
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxcb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 7af51a5f52d6..d8833ebe1927 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -20,10 +20,11 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/l CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput XORG_CAT= lib -USES= gmake python:2,build +USES= cpe gmake python:2,build USE_GNOME= libxslt:build USE_XORG= xau xdmcp INSTALL_TARGET= install-strip +CPE_VENDOR= x OPTIONS_DEFINE= DOCS |