diff options
author | robak <robak@FreeBSD.org> | 2015-03-24 23:05:09 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-24 23:05:09 +0800 |
commit | efd0cf7b1d5acea3eacd96320e00d17c42aae0d3 (patch) | |
tree | 366d856e312771813ff9caf0beff555a61929424 /x11/libXp/Makefile | |
parent | d0e6fffadb72626cda9a99b99b56237ee4e2cc7c (diff) | |
download | freebsd-ports-gnome-efd0cf7b1d5acea3eacd96320e00d17c42aae0d3.tar.gz freebsd-ports-gnome-efd0cf7b1d5acea3eacd96320e00d17c42aae0d3.tar.zst freebsd-ports-gnome-efd0cf7b1d5acea3eacd96320e00d17c42aae0d3.zip |
x11/libXp: add CPE information
- Maintainer's timeout (x11@FreeBSD.org)
PR: 197959
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'x11/libXp/Makefile')
-rw-r--r-- | x11/libXp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile index 1cee8c8073c9..ea1431d035f3 100644 --- a/x11/libXp/Makefile +++ b/x11/libXp/Makefile @@ -14,5 +14,8 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= x11 xext xextproto xau printproto:both +USES+= cpe +CPE_PRODUCT= libxp +CPE_VENDOR= x .include <bsd.port.mk> |