diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 21:36:13 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 21:36:13 +0000 |
commit | c2e845d0c8bc7c9f164cff0518da23f674677570 (patch) | |
tree | 7fc33d51c49bd9a7ccd279ab581748918852d482 /cad/calculix | |
parent | 2f557a46788f7ec9b1355f7a17e8ca1cfe208f8b (diff) | |
download | freebsd-ports-c2e845d0c8bc7c9f164cff0518da23f674677570.zip |
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
Diffstat (limited to 'cad/calculix')
-rw-r--r-- | cad/calculix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index c956264dd3ae..4db0bae187cd 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -19,7 +19,7 @@ BROKEN_aarch64= fails to link: shapeFunctions.c:(function attach_new): relocati RUN_DEPENDS= ccx:cad/calculix-ccx -USES= gmake tar:bzip2 compiler:c++11-lib +USES= gl gmake tar:bzip2 compiler:c++11-lib xorg USE_XORG= ice sm x11 xext xi xmu xt USE_GL= gl glu # uses its own glut |