diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-13 14:01:17 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-13 14:01:17 +0000 |
commit | 893aa8a779b4e8979938aaa97cf7f51fc586414d (patch) | |
tree | df783e6ef1ef3b25d4fad1c3bb0dd19b7328f6db | |
parent | 92bc27010b84ca3d6d3efe86795da1facfe04566 (diff) | |
download | ports-893aa8a779b4e8979938aaa97cf7f51fc586414d.tar.gz ports-893aa8a779b4e8979938aaa97cf7f51fc586414d.zip |
x11-toolkits/plib: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | x11-toolkits/plib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile index cff2a2978333..a33cf7ef188d 100644 --- a/x11-toolkits/plib/Makefile +++ b/x11-toolkits/plib/Makefile @@ -12,7 +12,8 @@ COMMENT= Portable library for joystick/sound/OpenGL GUI/3D math LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gl gmake xorg +USES= cpe gl gmake xorg +CPE_VENDOR= ${PORTNAME}_project USE_XORG= xt xi xmu xext x11 USE_GL= glu GNU_CONFIGURE= yes |