diff options
author | maho <maho@FreeBSD.org> | 2006-03-13 10:17:49 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-03-13 10:17:49 +0800 |
commit | cb3f3be408ba2f3c4f373315de7f0218d2f2085c (patch) | |
tree | ec29028979027b9cd76c0c31e292970c1f3fa8ff /cad/calculix/Makefile | |
parent | faff043a01b6a2390a463ac0a0cfdf020a500a47 (diff) | |
download | freebsd-ports-gnome-cb3f3be408ba2f3c4f373315de7f0218d2f2085c.tar.gz freebsd-ports-gnome-cb3f3be408ba2f3c4f373315de7f0218d2f2085c.tar.zst freebsd-ports-gnome-cb3f3be408ba2f3c4f373315de7f0218d2f2085c.zip |
Fix build for old FreeBSD
Submitted by: tdb
Approved by: portmgr (linimon)
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 7b12c292e42f..5ef8473bc89e 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -59,7 +59,7 @@ PSVIEWER?= gv .include <bsd.port.pre.mk> -.if ${OSREL} < 5.0 +.if ${OSVERSION} < 500000 USE_GCC= 3.4 .endif |