diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
commit | 3ccdee572e0b19f483b93936b06bf74943d15b74 (patch) | |
tree | 703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /cad/calculix/Makefile | |
parent | 4abad86ffdb19757de8af73cba3d770e8e3ec74e (diff) | |
download | freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.gz freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.zst freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.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/Makefile')
-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 |