diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-02 21:41:47 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-02 21:41:47 +0000 |
commit | e929aea23c678404413a50eb73c457b8960438e1 (patch) | |
tree | 703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /cad/calculix | |
parent | 149be67400eb8cd7ef5777241693267dc5e74076 (diff) | |
download | freebsd-ports-e929aea23c678404413a50eb73c457b8960438e1.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
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 2f0010c8c48e..67e735e91e8e 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -28,7 +28,7 @@ CGX_VER= cgx_${PORTVERSION} USES= gmake tar:bzip2 compiler:c++11-lib USE_XORG= ice sm x11 xext xi xmu xt -USE_GL= gl glu # uses its own glut +USE_GL= gl glu # uses its own glut BROWSER?= firefox PSVIEWER?= gv |