diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 12:06:59 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 12:06:59 +0000 |
commit | aa8b038d17c180105062d6eecec837672969224c (patch) | |
tree | ce0dccb7a661c2b0a3d64d4e65b7952a3c7abacb /cad/brlcad | |
parent | b7b0195623234379c56a2f381cca616cac0554ee (diff) |
cad/brlcad: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'cad/brlcad')
-rw-r--r-- | cad/brlcad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index 2e30321b066b..1bbcc9388690 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig -USES= bison:alias cmake:insource gl pathfix pkgconfig python:env \ +USES= bison:alias cmake:insource cpe gl pathfix pkgconfig python:env \ tar:bzip2 tk xorg USE_GL= gl glu USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \ |